Html Css Color HEX #15569F Endeavour

📋 copy color: '#15569F'

red 21 ◦ green 86 ◦ blue 159

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

Shades of Endeavour #15569F

Tints of Endeavour #15569F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 159 (62.5% from 255) = 59.77%

R = 7.89%
G = 32.33%
B = 59.77%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15569F (or 0x15569F) is known color: Endeavour. HEX triplet: 15, 56 and 9F. RGB value is (21,86,159). Sum of RGB (Red+Green+Blue) = 21+86+159=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #15569F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15569F is #EAA960. Grayscale: #4A4A4A. Windows color (decimal): -15378785 or 10442261. OLE color: 10442261.

HSL color Cylindrical-coordinate representation of color #15569F: hue angle of 211.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15569F is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 86 159 -
CMYK 0.87 0.46 0 0.38
HSL 211.74º 0.77% 0.35% -
HSV(B) 211.74º 0.87% 0.62% -
XYZ 9.9 9.32 34.08 -
YUV 74.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 21 86 159 0.87 0.46 0 0.38 211.74 0.77 0.35
Hex 15 56 9F 57 2E 0 26 D4 4D 23
Octal 25 126 237 127 56 0 46 324 115 43
Binary 10101 1010110 10011111 1010111 101110 0 100110 11010100 1001101 100011

Color Harmonies of #15569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15569F

Black with #15569F

Text Example


Text Example

White with #15569F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15569F; }

 p { color: rgb(21,86,159); }

 H1.HeaderClassName
 {
   color: #15569F;
 }
 .AnyTagClassName
 {
   color: #15569F;
 }
</style>

background-color css

<style>
 a { background-color: #15569F; }

 a { background-color: rgb(21,86,159); }

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

border-color css

<style>
 span { border-color: #15569F; }

 span { border-color: rgb(21,86,159); }

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