Html Css Color HEX #15529D Cobalt

📋 copy color: '#15529D'

red 21 ◦ green 82 ◦ blue 157

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

Shades of Cobalt #15529D

Tints of Cobalt #15529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.38%

R = 8.08%
G = 31.54%
B = 60.38%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15529D (or 0x15529D) is known color: Cobalt. HEX triplet: 15, 52 and 9D. RGB value is (21,82,157). Sum of RGB (Red+Green+Blue) = 21+82+157=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #15529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15529D is #EAAD62. Grayscale: #474747. Windows color (decimal): -15379811 or 10310165. OLE color: 10310165.

HSL color Cylindrical-coordinate representation of color #15529D: hue angle of 213.09º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15529D is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 82 157 -
CMYK 0.87 0.48 0 0.38
HSL 213.09º 0.76% 0.35% -
HSV(B) 213.09º 0.87% 0.62% -
XYZ 9.41 8.63 33.07 -
YUV 72.31 175.79 91.4 -
System Red Green Blue C M Y K H S L
Decimal 21 82 157 0.87 0.48 0 0.38 213.09 0.76 0.35
Hex 15 52 9D 57 30 0 26 D5 4C 23
Octal 25 122 235 127 60 0 46 325 114 43
Binary 10101 1010010 10011101 1010111 110000 0 100110 11010101 1001100 100011

Color Harmonies of #15529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15529D

Black with #15529D

Text Example


Text Example

White with #15529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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