Html Css Color HEX #15538E Endeavour

📋 copy color: '#15538E'

red 21 ◦ green 83 ◦ blue 142

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

Shades of Endeavour #15538E

Tints of Endeavour #15538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

 BLUE value IS 142 (55.86% from 255) = 57.72%

R = 8.54%
G = 33.74%
B = 57.72%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15538E (or 0x15538E) is known color: Endeavour. HEX triplet: 15, 53 and 8E. RGB value is (21,83,142). Sum of RGB (Red+Green+Blue) = 21+83+142=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #15538E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15538E is #EAAC71. Grayscale: #464646. Windows color (decimal): -15379570 or 9327381. OLE color: 9327381.

HSL color Cylindrical-coordinate representation of color #15538E: hue angle of 209.26º degrees, saturation: 0.74, 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 #15538E is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 83 142 -
CMYK 0.85 0.42 0 0.44
HSL 209.26º 0.74% 0.32% -
HSV(B) 209.26º 0.85% 0.56% -
XYZ 8.29 8.3 26.76 -
YUV 71.19 167.96 92.2 -
System Red Green Blue C M Y K H S L
Decimal 21 83 142 0.85 0.42 0 0.44 209.26 0.74 0.32
Hex 15 53 8E 55 2A 0 2C D1 4A 20
Octal 25 123 216 125 52 0 54 321 112 40
Binary 10101 1010011 10001110 1010101 101010 0 101100 11010001 1001010 100000

Color Harmonies of #15538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15538E

Black with #15538E

Text Example


Text Example

White with #15538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15538E; }

 p { color: rgb(21,83,142); }

 H1.HeaderClassName
 {
   color: #15538E;
 }
 .AnyTagClassName
 {
   color: #15538E;
 }
</style>

background-color css

<style>
 a { background-color: #15538E; }

 a { background-color: rgb(21,83,142); }

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

border-color css

<style>
 span { border-color: #15538E; }

 span { border-color: rgb(21,83,142); }

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