Html Css Color HEX #15699C Lochmara

📋 copy color: '#15699C'

red 21 ◦ green 105 ◦ blue 156

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

Shades of Lochmara #15699C

Tints of Lochmara #15699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

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

R = 7.45%
G = 37.23%
B = 55.32%

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

#15699C (or 0x15699C) is known color: Lochmara. HEX triplet: 15, 69 and 9C. RGB value is (21,105,156). Sum of RGB (Red+Green+Blue) = 21+105+156=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #15699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15699C is #EA9663. Grayscale: #555555. Windows color (decimal): -15373924 or 10250517. OLE color: 10250517.

HSL color Cylindrical-coordinate representation of color #15699C: hue angle of 202.67º 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 #15699C is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 105 156 -
CMYK 0.87 0.33 0 0.39
HSL 202.67º 0.76% 0.35% -
HSV(B) 202.67º 0.87% 0.61% -
XYZ 11.36 12.66 33.3 -
YUV 85.7 167.67 81.85 -
System Red Green Blue C M Y K H S L
Decimal 21 105 156 0.87 0.33 0 0.39 202.67 0.76 0.35
Hex 15 69 9C 57 21 0 27 CB 4C 23
Octal 25 151 234 127 41 0 47 313 114 43
Binary 10101 1101001 10011100 1010111 100001 0 100111 11001011 1001100 100011

Color Harmonies of #15699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15699C

Black with #15699C

Text Example


Text Example

White with #15699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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