Html Css Color HEX #154C95 Endeavour

📋 copy color: '#154C95'

red 21 ◦ green 76 ◦ blue 149

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

Shades of Endeavour #154C95

Tints of Endeavour #154C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

 BLUE value IS 149 (58.59% from 255) = 60.57%

R = 8.54%
G = 30.89%
B = 60.57%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#154C95 (or 0x154C95) is known color: Endeavour. HEX triplet: 15, 4C and 95. RGB value is (21,76,149). Sum of RGB (Red+Green+Blue) = 21+76+149=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #154C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154C95 is #EAB36A. Grayscale: #434343. Windows color (decimal): -15381355 or 9784341. OLE color: 9784341.

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

Color convert

RGB 21 76 149 -
CMYK 0.86 0.49 0 0.42
HSL 214.22º 0.75% 0.33% -
HSV(B) 214.22º 0.86% 0.58% -
XYZ 8.32 7.5 29.44 -
YUV 67.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 21 76 149 0.86 0.49 0 0.42 214.22 0.75 0.33
Hex 15 4C 95 56 31 0 2A D6 4B 21
Octal 25 114 225 126 61 0 52 326 113 41
Binary 10101 1001100 10010101 1010110 110001 0 101010 11010110 1001011 100001

Color Harmonies of #154C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C95

Black with #154C95

Text Example


Text Example

White with #154C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,76,149); }

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

background-color css

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

 a { background-color: rgb(21,76,149); }

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

border-color css

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

 span { border-color: rgb(21,76,149); }

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