#19679A

Color #19679A Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #19679A

Tints of Lochmara #19679A

Color information

#19679A (or 0x19679A) is unknown color: approx Lochmara. HEX triplet: 19, 67 and 9A. RGB value is (25,103,154). Sum of RGB (Red+Green+Blue) = 25+103+154=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #19679A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19679A is #E69865. Grayscale: #555555. Windows color (decimal): -15112294 or 10118937. OLE color: 10118937.

HSL color Cylindrical-coordinate representation of color #19679A: hue angle of 203.72º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19679A is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB25103154-
CMYK0.840.3300.40
HSL203.72º72.07%35.1%-
HSV(B)203.72º83.77%60.39%-
XYZ11.0812.2432.35-
YUV85.49166.6684.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 8.87%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 154 (60.55% from 255) = 54.61%
R=8.87%
G=36.52%
B=54.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal251031540.840.3300.40203.7272.0735.1
Hex19679A5421028cc4823
Octal311472321244105031411043
Binary1100111001111001101010101001000010101000110011001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19679A; }

 p { color: rgb(25,103,154); }

 H1.HeaderClassName
 {
   color: #19679A;
 }
 .AnyTagClassName
 {
   color: #19679A;
 }
</style>
background-color css

<style>
 a { background-color: #19679A; }

 a { background-color: rgb(25,103,154); }

 div.DivClassName
 {
   background-color: #19679A;
 }
 .BgClassName
 {
   background-color: #19679A;
 }
</style>
border-color css

<style>
 span { border-color: #19679A; }

 span { border-color: rgb(25,103,154); }

 td.TdClassName
 {
   border-color: #19679A;
 }
 .TagClassName
 {
   border-color: #19679A;
 }
</style>