Html Css Color HEX #15569A Endeavour

📋 copy color: '#15569A'

red 21 ◦ green 86 ◦ blue 154

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

Shades of Endeavour #15569A

Tints of Endeavour #15569A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 59%

R = 8.05%
G = 32.95%
B = 59%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#15569A (or 0x15569A) is known color: Endeavour. HEX triplet: 15, 56 and 9A. RGB value is (21,86,154). Sum of RGB (Red+Green+Blue) = 21+86+154=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #15569A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15569A is #EAA965. Grayscale: #494949. Windows color (decimal): -15378790 or 10114581. OLE color: 10114581.

HSL color Cylindrical-coordinate representation of color #15569A: hue angle of 210.68º 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 #15569A is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 86 154 -
CMYK 0.86 0.44 0 0.40
HSL 210.68º 0.76% 0.34% -
HSV(B) 210.68º 0.86% 0.6% -
XYZ 9.47 9.15 31.84 -
YUV 74.32 172.97 89.97 -
System Red Green Blue C M Y K H S L
Decimal 21 86 154 0.86 0.44 0 0.40 210.68 0.76 0.34
Hex 15 56 9A 56 2C 0 28 D3 4C 22
Octal 25 126 232 126 54 0 50 323 114 42
Binary 10101 1010110 10011010 1010110 101100 0 101000 11010011 1001100 100010

Color Harmonies of #15569A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15569A

Black with #15569A

Text Example


Text Example

White with #15569A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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