Html Css Color HEX #15509B Endeavour

📋 copy color: '#15509B'

red 21 ◦ green 80 ◦ blue 155

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

Shades of Endeavour #15509B

Tints of Endeavour #15509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.25%

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

R = 8.2%
G = 31.25%
B = 60.55%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15509B (or 0x15509B) is known color: Endeavour. HEX triplet: 15, 50 and 9B. RGB value is (21,80,155). Sum of RGB (Red+Green+Blue) = 21+80+155=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #15509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15509B is #EAAF64. Grayscale: #464646. Windows color (decimal): -15380325 or 10178581. OLE color: 10178581.

HSL color Cylindrical-coordinate representation of color #15509B: hue angle of 213.58º 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 #15509B is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 80 155 -
CMYK 0.86 0.48 0 0.39
HSL 213.58º 0.76% 0.35% -
HSV(B) 213.58º 0.86% 0.61% -
XYZ 9.09 8.26 32.13 -
YUV 70.91 175.45 92.4 -
System Red Green Blue C M Y K H S L
Decimal 21 80 155 0.86 0.48 0 0.39 213.58 0.76 0.35
Hex 15 50 9B 56 30 0 27 D6 4C 23
Octal 25 120 233 126 60 0 47 326 114 43
Binary 10101 1010000 10011011 1010110 110000 0 100111 11010110 1001100 100011

Color Harmonies of #15509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15509B

Black with #15509B

Text Example


Text Example

White with #15509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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