Html Css Color HEX #15548C Endeavour

📋 copy color: '#15548C'

red 21 ◦ green 84 ◦ blue 140

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

Shades of Endeavour #15548C

Tints of Endeavour #15548C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 8.57%
G = 34.29%
B = 57.14%

CMYK

 C value IS 0.85

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15548C (or 0x15548C) is known color: Endeavour. HEX triplet: 15, 54 and 8C. RGB value is (21,84,140). Sum of RGB (Red+Green+Blue) = 21+84+140=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #15548C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15548C is #EAAB73. Grayscale: #474747. Windows color (decimal): -15379316 or 9196565. OLE color: 9196565.

HSL color Cylindrical-coordinate representation of color #15548C: hue angle of 208.24º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15548C is Cyan = 0.85, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 84 140 -
CMYK 0.85 0.4 0 0.45
HSL 208.24º 0.74% 0.32% -
HSV(B) 208.24º 0.85% 0.55% -
XYZ 8.21 8.39 26 -
YUV 71.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 21 84 140 0.85 0.4 0 0.45 208.24 0.74 0.32
Hex 15 54 8C 55 28 0 2D D0 4A 20
Octal 25 124 214 125 50 0 55 320 112 40
Binary 10101 1010100 10001100 1010101 101000 0 101101 11010000 1001010 100000

Color Harmonies of #15548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15548C

Black with #15548C

Text Example


Text Example

White with #15548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15548C; }

 p { color: rgb(21,84,140); }

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

background-color css

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

 a { background-color: rgb(21,84,140); }

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

border-color css

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

 span { border-color: rgb(21,84,140); }

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