Html Css Color HEX #154F99 Endeavour

📋 copy color: '#154F99'

red 21 ◦ green 79 ◦ blue 153

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

Shades of Endeavour #154F99

Tints of Endeavour #154F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.23%

 BLUE value IS 153 (60.16% from 255) = 60.47%

R = 8.3%
G = 31.23%
B = 60.47%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#154F99 (or 0x154F99) is known color: Endeavour. HEX triplet: 15, 4F and 99. RGB value is (21,79,153). Sum of RGB (Red+Green+Blue) = 21+79+153=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #154F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154F99 is #EAB066. Grayscale: #454545. Windows color (decimal): -15380583 or 10047253. OLE color: 10047253.

HSL color Cylindrical-coordinate representation of color #154F99: hue angle of 213.64º 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 #154F99 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 79 153 -
CMYK 0.86 0.48 0 0.4
HSL 213.64º 0.76% 0.34% -
HSV(B) 213.64º 0.86% 0.6% -
XYZ 8.86 8.05 31.22 -
YUV 70.09 174.78 92.98 -
System Red Green Blue C M Y K H S L
Decimal 21 79 153 0.86 0.48 0 0.4 213.64 0.76 0.34
Hex 15 4F 99 56 30 0 28 D6 4C 22
Octal 25 117 231 126 60 0 50 326 114 42
Binary 10101 1001111 10011001 1010110 110000 0 101000 11010110 1001100 100010

Color Harmonies of #154F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F99

Black with #154F99

Text Example


Text Example

White with #154F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,79,153); }

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

background-color css

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

 a { background-color: rgb(21,79,153); }

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

border-color css

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

 span { border-color: rgb(21,79,153); }

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