Html Css Color HEX #156192 Endeavour

📋 copy color: '#156192'

red 21 ◦ green 97 ◦ blue 146

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

Shades of Endeavour #156192

Tints of Endeavour #156192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 146 (57.42% from 255) = 55.3%

R = 7.95%
G = 36.74%
B = 55.3%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#156192 (or 0x156192) is known color: Endeavour. HEX triplet: 15, 61 and 92. RGB value is (21,97,146). Sum of RGB (Red+Green+Blue) = 21+97+146=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #156192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156192 is #EA9E6D. Grayscale: #4F4F4F. Windows color (decimal): -15375982 or 9593109. OLE color: 9593109.

HSL color Cylindrical-coordinate representation of color #156192: hue angle of 203.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156192 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 97 146 -
CMYK 0.86 0.34 0 0.43
HSL 203.52º 0.75% 0.33% -
HSV(B) 203.52º 0.86% 0.57% -
XYZ 9.77 10.78 28.76 -
YUV 79.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 21 97 146 0.86 0.34 0 0.43 203.52 0.75 0.33
Hex 15 61 92 56 22 0 2B CC 4B 21
Octal 25 141 222 126 42 0 53 314 113 41
Binary 10101 1100001 10010010 1010110 100010 0 101011 11001100 1001011 100001

Color Harmonies of #156192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156192

Black with #156192

Text Example


Text Example

White with #156192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156192; }

 p { color: rgb(21,97,146); }

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

background-color css

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

 a { background-color: rgb(21,97,146); }

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

border-color css

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

 span { border-color: rgb(21,97,146); }

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