Html Css Color HEX #15689C Lochmara

📋 copy color: '#15689C'

red 21 ◦ green 104 ◦ blue 156

#15689C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #15689C

Tints of Lochmara #15689C

RGB

 RED value IS 21 (8.59% from 255) = 7.47%

 GREEN value IS 104 (41.02% from 255) = 37.01%

 BLUE value IS 156 (61.33% from 255) = 55.52%

R = 7.47%
G = 37.01%
B = 55.52%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15689C (or 0x15689C) is known color: Lochmara. HEX triplet: 15, 68 and 9C. RGB value is (21,104,156). Sum of RGB (Red+Green+Blue) = 21+104+156=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #15689C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15689C is #EA9763. Grayscale: #545454. Windows color (decimal): -15374180 or 10250261. OLE color: 10250261.

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

Color convert

RGB 21 104 156 -
CMYK 0.87 0.33 0 0.39
HSL 203.11º 0.76% 0.35% -
HSV(B) 203.11º 0.87% 0.61% -
XYZ 11.26 12.46 33.26 -
YUV 85.11 168 82.27 -
System Red Green Blue C M Y K H S L
Decimal 21 104 156 0.87 0.33 0 0.39 203.11 0.76 0.35
Hex 15 68 9C 57 21 0 27 CB 4C 23
Octal 25 150 234 127 41 0 47 313 114 43
Binary 10101 1101000 10011100 1010111 100001 0 100111 11001011 1001100 100011

Color Harmonies of #15689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15689C

Black with #15689C

Text Example


Text Example

White with #15689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15689C; }

 p { color: rgb(21,104,156); }

 H1.HeaderClassName
 {
   color: #15689C;
 }
 .AnyTagClassName
 {
   color: #15689C;
 }
</style>

background-color css

<style>
 a { background-color: #15689C; }

 a { background-color: rgb(21,104,156); }

 div.DivClassName
 {
   background-color: #15689C;
 }
 .BgClassName
 {
   background-color: #15689C;
 }
</style>

border-color css

<style>
 span { border-color: #15689C; }

 span { border-color: rgb(21,104,156); }

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