Html Css Color HEX #15559B Endeavour

📋 copy color: '#15559B'

red 21 ◦ green 85 ◦ blue 155

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

Shades of Endeavour #15559B

Tints of Endeavour #15559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.57%

 BLUE value IS 155 (60.94% from 255) = 59.39%

R = 8.05%
G = 32.57%
B = 59.39%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15559B (or 0x15559B) is known color: Endeavour. HEX triplet: 15, 55 and 9B. RGB value is (21,85,155). Sum of RGB (Red+Green+Blue) = 21+85+155=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #15559B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15559B is #EAAA64. Grayscale: #494949. Windows color (decimal): -15379045 or 10179861. OLE color: 10179861.

HSL color Cylindrical-coordinate representation of color #15559B: hue angle of 211.34º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15559B is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 85 155 -
CMYK 0.86 0.45 0 0.39
HSL 211.34º 0.76% 0.35% -
HSV(B) 211.34º 0.86% 0.61% -
XYZ 9.47 9.02 32.25 -
YUV 73.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 21 85 155 0.86 0.45 0 0.39 211.34 0.76 0.35
Hex 15 55 9B 56 2D 0 27 D3 4C 23
Octal 25 125 233 126 55 0 47 323 114 43
Binary 10101 1010101 10011011 1010110 101101 0 100111 11010011 1001100 100011

Color Harmonies of #15559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15559B

Black with #15559B

Text Example


Text Example

White with #15559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15559B; }

 p { color: rgb(21,85,155); }

 H1.HeaderClassName
 {
   color: #15559B;
 }
 .AnyTagClassName
 {
   color: #15559B;
 }
</style>

background-color css

<style>
 a { background-color: #15559B; }

 a { background-color: rgb(21,85,155); }

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

border-color css

<style>
 span { border-color: #15559B; }

 span { border-color: rgb(21,85,155); }

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