Html Css Color HEX #154D90 Endeavour

📋 copy color: '#154D90'

red 21 ◦ green 77 ◦ blue 144

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

Shades of Endeavour #154D90

Tints of Endeavour #154D90

RGB

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

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

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

R = 8.68%
G = 31.82%
B = 59.5%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#154D90 (or 0x154D90) is known color: Endeavour. HEX triplet: 15, 4D and 90. RGB value is (21,77,144). Sum of RGB (Red+Green+Blue) = 21+77+144=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #154D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D90 is #EAB26F. Grayscale: #434343. Windows color (decimal): -15381104 or 9456917. OLE color: 9456917.

HSL color Cylindrical-coordinate representation of color #154D90: hue angle of 212.68º 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 #154D90 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 77 144 -
CMYK 0.85 0.47 0 0.44
HSL 212.68º 0.75% 0.32% -
HSV(B) 212.68º 0.85% 0.56% -
XYZ 8 7.48 27.41 -
YUV 67.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 21 77 144 0.85 0.47 0 0.44 212.68 0.75 0.32
Hex 15 4D 90 55 2F 0 2C D5 4B 20
Octal 25 115 220 125 57 0 54 325 113 40
Binary 10101 1001101 10010000 1010101 101111 0 101100 11010101 1001011 100000

Color Harmonies of #154D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D90

Black with #154D90

Text Example


Text Example

White with #154D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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