Html Css Color HEX #15568C Endeavour

📋 copy color: '#15568C'

red 21 ◦ green 86 ◦ blue 140

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

Shades of Endeavour #15568C

Tints of Endeavour #15568C

RGB

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

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

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

R = 8.5%
G = 34.82%
B = 56.68%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15568C (or 0x15568C) is known color: Endeavour. HEX triplet: 15, 56 and 8C. RGB value is (21,86,140). Sum of RGB (Red+Green+Blue) = 21+86+140=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #15568C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15568C is #EAA973. Grayscale: #484848. Windows color (decimal): -15378804 or 9197077. OLE color: 9197077.

HSL color Cylindrical-coordinate representation of color #15568C: hue angle of 207.23º 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 #15568C is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 86 140 -
CMYK 0.85 0.39 0 0.45
HSL 207.23º 0.74% 0.32% -
HSV(B) 207.23º 0.85% 0.55% -
XYZ 8.37 8.71 26.05 -
YUV 72.72 165.97 91.11 -
System Red Green Blue C M Y K H S L
Decimal 21 86 140 0.85 0.39 0 0.45 207.23 0.74 0.32
Hex 15 56 8C 55 27 0 2D CF 4A 20
Octal 25 126 214 125 47 0 55 317 112 40
Binary 10101 1010110 10001100 1010101 100111 0 101101 11001111 1001010 100000

Color Harmonies of #15568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15568C

Black with #15568C

Text Example


Text Example

White with #15568C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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