Html Css Color HEX #154D91 Endeavour

📋 copy color: '#154D91'

red 21 ◦ green 77 ◦ blue 145

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

Shades of Endeavour #154D91

Tints of Endeavour #154D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.69%

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 8.64%
G = 31.69%
B = 59.67%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#154D91 (or 0x154D91) is known color: Endeavour. HEX triplet: 15, 4D and 91. RGB value is (21,77,145). Sum of RGB (Red+Green+Blue) = 21+77+145=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #154D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D91 is #EAB26E. Grayscale: #434343. Windows color (decimal): -15381103 or 9522453. OLE color: 9522453.

HSL color Cylindrical-coordinate representation of color #154D91: hue angle of 212.9º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154D91 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 77 145 -
CMYK 0.86 0.47 0 0.43
HSL 212.9º 0.75% 0.33% -
HSV(B) 212.9º 0.86% 0.57% -
XYZ 8.07 7.51 27.81 -
YUV 68.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 21 77 145 0.86 0.47 0 0.43 212.9 0.75 0.33
Hex 15 4D 91 56 2F 0 2B D5 4B 21
Octal 25 115 221 126 57 0 53 325 113 41
Binary 10101 1001101 10010001 1010110 101111 0 101011 11010101 1001011 100001

Color Harmonies of #154D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D91

Black with #154D91

Text Example


Text Example

White with #154D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154D91; }

 p { color: rgb(21,77,145); }

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

background-color css

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

 a { background-color: rgb(21,77,145); }

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

border-color css

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

 span { border-color: rgb(21,77,145); }

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