Html Css Color HEX #156294 Endeavour

📋 copy color: '#156294'

red 21 ◦ green 98 ◦ blue 148

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

Shades of Endeavour #156294

Tints of Endeavour #156294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

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

R = 7.87%
G = 36.7%
B = 55.43%

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

#156294 (or 0x156294) is known color: Endeavour. HEX triplet: 15, 62 and 94. RGB value is (21,98,148). Sum of RGB (Red+Green+Blue) = 21+98+148=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #156294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156294 is #EA9D6B. Grayscale: #505050. Windows color (decimal): -15375724 or 9724437. OLE color: 9724437.

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

Color convert

RGB 21 98 148 -
CMYK 0.86 0.34 0 0.42
HSL 203.62º 0.75% 0.33% -
HSV(B) 203.62º 0.86% 0.58% -
XYZ 10.02 11.03 29.62 -
YUV 80.68 165.99 85.43 -
System Red Green Blue C M Y K H S L
Decimal 21 98 148 0.86 0.34 0 0.42 203.62 0.75 0.33
Hex 15 62 94 56 22 0 2A CC 4B 21
Octal 25 142 224 126 42 0 52 314 113 41
Binary 10101 1100010 10010100 1010110 100010 0 101010 11001100 1001011 100001

Color Harmonies of #156294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156294

Black with #156294

Text Example


Text Example

White with #156294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156294; }

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

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

background-color css

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

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

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

border-color css

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

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

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