Html Css Color HEX #10529D Cobalt

📋 copy color: '#10529D'

red 16 ◦ green 82 ◦ blue 157

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

Shades of Cobalt #10529D

Tints of Cobalt #10529D

RGB

 RED value IS 16 (6.64% from 255) = 6.27%

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

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

R = 6.27%
G = 32.16%
B = 61.57%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10529D (or 0x10529D) is known color: Cobalt. HEX triplet: 10, 52 and 9D. RGB value is (16,82,157). Sum of RGB (Red+Green+Blue) = 16+82+157=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #10529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10529D is #EFAD62. Grayscale: #464646. Windows color (decimal): -15707491 or 10310160. OLE color: 10310160.

HSL color Cylindrical-coordinate representation of color #10529D: hue angle of 211.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10529D is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 82 157 -
CMYK 0.90 0.48 0 0.38
HSL 211.91º 0.82% 0.34% -
HSV(B) 211.91º 0.9% 0.62% -
XYZ 9.32 8.58 33.06 -
YUV 70.82 176.63 88.9 -
System Red Green Blue C M Y K H S L
Decimal 16 82 157 0.90 0.48 0 0.38 211.91 0.82 0.34
Hex 10 52 9D 5A 30 0 26 D4 52 22
Octal 20 122 235 132 60 0 46 324 122 42
Binary 10000 1010010 10011101 1011010 110000 0 100110 11010100 1010010 100010

Color Harmonies of #10529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10529D

Black with #10529D

Text Example


Text Example

White with #10529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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