Html Css Color HEX #156090 Endeavour

📋 copy color: '#156090'

red 21 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #156090

Tints of Endeavour #156090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 8.05%
G = 36.78%
B = 55.17%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#156090 (or 0x156090) is known color: Endeavour. HEX triplet: 15, 60 and 90. RGB value is (21,96,144). Sum of RGB (Red+Green+Blue) = 21+96+144=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #156090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156090 is #EA9F6F. Grayscale: #4E4E4E. Windows color (decimal): -15376240 or 9461781. OLE color: 9461781.

HSL color Cylindrical-coordinate representation of color #156090: hue angle of 203.41º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156090 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 96 144 -
CMYK 0.85 0.33 0 0.44
HSL 203.41º 0.75% 0.32% -
HSV(B) 203.41º 0.85% 0.56% -
XYZ 9.53 10.54 27.92 -
YUV 79.05 164.65 86.6 -
System Red Green Blue C M Y K H S L
Decimal 21 96 144 0.85 0.33 0 0.44 203.41 0.75 0.32
Hex 15 60 90 55 21 0 2C CB 4B 20
Octal 25 140 220 125 41 0 54 313 113 40
Binary 10101 1100000 10010000 1010101 100001 0 101100 11001011 1001011 100000

Color Harmonies of #156090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156090

Black with #156090

Text Example


Text Example

White with #156090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156090; }

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

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

background-color css

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

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

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

border-color css

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

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

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