Html Css Color HEX #156098 Endeavour

📋 copy color: '#156098'

red 21 ◦ green 96 ◦ blue 152

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

Shades of Endeavour #156098

Tints of Endeavour #156098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.69%

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 7.81%
G = 35.69%
B = 56.51%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#156098 (or 0x156098) is known color: Endeavour. HEX triplet: 15, 60 and 98. RGB value is (21,96,152). Sum of RGB (Red+Green+Blue) = 21+96+152=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #156098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156098 is #EA9F67. Grayscale: #4F4F4F. Windows color (decimal): -15376232 or 9986069. OLE color: 9986069.

HSL color Cylindrical-coordinate representation of color #156098: hue angle of 205.65º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156098 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 96 152 -
CMYK 0.86 0.37 0 0.40
HSL 205.65º 0.76% 0.34% -
HSV(B) 205.65º 0.86% 0.6% -
XYZ 10.16 10.79 31.25 -
YUV 79.96 168.65 85.95 -
System Red Green Blue C M Y K H S L
Decimal 21 96 152 0.86 0.37 0 0.40 205.65 0.76 0.34
Hex 15 60 98 56 25 0 28 CE 4C 22
Octal 25 140 230 126 45 0 50 316 114 42
Binary 10101 1100000 10011000 1010110 100101 0 101000 11001110 1001100 100010

Color Harmonies of #156098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156098

Black with #156098

Text Example


Text Example

White with #156098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156098; }

 p { color: rgb(21,96,152); }

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

background-color css

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

 a { background-color: rgb(21,96,152); }

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

border-color css

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

 span { border-color: rgb(21,96,152); }

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