Html Css Color HEX #154996 Endeavour

📋 copy color: '#154996'

red 21 ◦ green 73 ◦ blue 150

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

Shades of Endeavour #154996

Tints of Endeavour #154996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.92%

 BLUE value IS 150 (58.98% from 255) = 61.48%

R = 8.61%
G = 29.92%
B = 61.48%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#154996 (or 0x154996) is known color: Endeavour. HEX triplet: 15, 49 and 96. RGB value is (21,73,150). Sum of RGB (Red+Green+Blue) = 21+73+150=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #154996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154996 is #EAB669. Grayscale: #414141. Windows color (decimal): -15382122 or 9849109. OLE color: 9849109.

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

Color convert

RGB 21 73 150 -
CMYK 0.86 0.51 0 0.41
HSL 215.81º 0.75% 0.34% -
HSV(B) 215.81º 0.86% 0.59% -
XYZ 8.2 7.13 29.8 -
YUV 66.23 175.27 95.74 -
System Red Green Blue C M Y K H S L
Decimal 21 73 150 0.86 0.51 0 0.41 215.81 0.75 0.34
Hex 15 49 96 56 33 0 29 D8 4B 22
Octal 25 111 226 126 63 0 51 330 113 42
Binary 10101 1001001 10010110 1010110 110011 0 101001 11011000 1001011 100010

Color Harmonies of #154996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154996

Black with #154996

Text Example


Text Example

White with #154996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154996; }

 p { color: rgb(21,73,150); }

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

background-color css

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

 a { background-color: rgb(21,73,150); }

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

border-color css

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

 span { border-color: rgb(21,73,150); }

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