Html Css Color HEX #156194 Endeavour

📋 copy color: '#156194'

red 21 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #156194

Tints of Endeavour #156194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.64%

R = 7.89%
G = 36.47%
B = 55.64%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#156194 (or 0x156194) is known color: Endeavour. HEX triplet: 15, 61 and 94. RGB value is (21,97,148). Sum of RGB (Red+Green+Blue) = 21+97+148=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #156194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156194 is #EA9E6B. Grayscale: #4F4F4F. Windows color (decimal): -15375980 or 9724181. OLE color: 9724181.

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

Color convert

RGB 21 97 148 -
CMYK 0.86 0.34 0 0.42
HSL 204.09º 0.75% 0.33% -
HSV(B) 204.09º 0.86% 0.58% -
XYZ 9.93 10.85 29.59 -
YUV 80.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 21 97 148 0.86 0.34 0 0.42 204.09 0.75 0.33
Hex 15 61 94 56 22 0 2A CC 4B 21
Octal 25 141 224 126 42 0 52 314 113 41
Binary 10101 1100001 10010100 1010110 100010 0 101010 11001100 1001011 100001

Color Harmonies of #156194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156194

Black with #156194

Text Example


Text Example

White with #156194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156194; }

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

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

background-color css

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

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

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

border-color css

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

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

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