Html Css Color HEX #15529B Endeavour

📋 copy color: '#15529B'

red 21 ◦ green 82 ◦ blue 155

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

Shades of Endeavour #15529B

Tints of Endeavour #15529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

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

R = 8.14%
G = 31.78%
B = 60.08%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15529B (or 0x15529B) is known color: Endeavour. HEX triplet: 15, 52 and 9B. RGB value is (21,82,155). Sum of RGB (Red+Green+Blue) = 21+82+155=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #15529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15529B is #EAAD64. Grayscale: #474747. Windows color (decimal): -15379813 or 10179093. OLE color: 10179093.

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

Color convert

RGB 21 82 155 -
CMYK 0.86 0.47 0 0.39
HSL 212.69º 0.76% 0.35% -
HSV(B) 212.69º 0.86% 0.61% -
XYZ 9.24 8.56 32.18 -
YUV 72.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 21 82 155 0.86 0.47 0 0.39 212.69 0.76 0.35
Hex 15 52 9B 56 2F 0 27 D5 4C 23
Octal 25 122 233 126 57 0 47 325 114 43
Binary 10101 1010010 10011011 1010110 101111 0 100111 11010101 1001100 100011

Color Harmonies of #15529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15529B

Black with #15529B

Text Example


Text Example

White with #15529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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