#19669E

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

Shades of Lochmara #19669E

Tints of Lochmara #19669E

Color information

#19669E (or 0x19669E) is unknown color: approx Lochmara. HEX triplet: 19, 66 and 9E. RGB value is (25,102,158). Sum of RGB (Red+Green+Blue) = 25+102+158=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #19669E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19669E is #E69961. Grayscale: #555555. Windows color (decimal): -15112546 or 10380825. OLE color: 10380825.

HSL color Cylindrical-coordinate representation of color #19669E: hue angle of 205.26º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19669E is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25102158-
CMYK0.840.3500.38
HSL205.26º72.68%35.88%-
HSV(B)205.26º84.18%61.96%-
XYZ11.3212.1834.1-
YUV85.36168.9984.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.77%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=8.77%
G=35.79%
B=55.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251021580.840.3500.38205.2672.6835.88
Hex19669E5423026cd4924
Octal311462361244304631511144
Binary1100111001101001111010101001000110100110110011011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19669E; }

 p { color: rgb(25,102,158); }

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

<style>
 a { background-color: #19669E; }

 a { background-color: rgb(25,102,158); }

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

<style>
 span { border-color: #19669E; }

 span { border-color: rgb(25,102,158); }

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