Html Css Color HEX #156594 Endeavour

📋 copy color: '#156594'

red 21 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #156594

Tints of Endeavour #156594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.41%

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

R = 7.78%
G = 37.41%
B = 54.81%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#156594 (or 0x156594) is known color: Endeavour. HEX triplet: 15, 65 and 94. RGB value is (21,101,148). Sum of RGB (Red+Green+Blue) = 21+101+148=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #156594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156594 is #EA9A6B. Grayscale: #525252. Windows color (decimal): -15374956 or 9725205. OLE color: 9725205.

HSL color Cylindrical-coordinate representation of color #156594: hue angle of 202.2º 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 #156594 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 101 148 -
CMYK 0.86 0.32 0 0.42
HSL 202.2º 0.75% 0.33% -
HSV(B) 202.2º 0.86% 0.58% -
XYZ 10.31 11.6 29.71 -
YUV 82.44 165 84.18 -
System Red Green Blue C M Y K H S L
Decimal 21 101 148 0.86 0.32 0 0.42 202.2 0.75 0.33
Hex 15 65 94 56 20 0 2A CA 4B 21
Octal 25 145 224 126 40 0 52 312 113 41
Binary 10101 1100101 10010100 1010110 100000 0 101010 11001010 1001011 100001

Color Harmonies of #156594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156594

Black with #156594

Text Example


Text Example

White with #156594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156594; }

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

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

background-color css

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

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

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

border-color css

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

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

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