#15669B

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

Shades of Lochmara #15669B

Tints of Lochmara #15669B

Color information

#15669B (or 0x15669B) is unknown color: approx Lochmara. HEX triplet: 15, 66 and 9B. RGB value is (21,102,155). Sum of RGB (Red+Green+Blue) = 21+102+155=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #15669B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15669B is #EA9964. Grayscale: #535353. Windows color (decimal): -15374693 or 10184213. OLE color: 10184213.

HSL color Cylindrical-coordinate representation of color #15669B: hue angle of 203.73º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15669B is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB21102155-
CMYK0.860.3400.39
HSL203.73º76.14%34.51%-
HSV(B)203.73º86.45%60.78%-
XYZ10.9812.0332.75-
YUV83.82168.1683.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.55%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 155 (60.94% from 255) = 55.76%
R=7.55%
G=36.69%
B=55.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211021550.860.3400.39203.7376.1434.51
Hex15669B5622027cc4c23
Octal251462331264204731411443
Binary1010111001101001101110101101000100100111110011001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15669B; }

 p { color: rgb(21,102,155); }

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

<style>
 a { background-color: #15669B; }

 a { background-color: rgb(21,102,155); }

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

<style>
 span { border-color: #15669B; }

 span { border-color: rgb(21,102,155); }

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