Html Css Color HEX #10529C Cobalt

📋 copy color: '#10529C'

red 16 ◦ green 82 ◦ blue 156

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

Shades of Cobalt #10529C

Tints of Cobalt #10529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 61.42%

R = 6.3%
G = 32.28%
B = 61.42%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10529C (or 0x10529C) is known color: Cobalt. HEX triplet: 10, 52 and 9C. RGB value is (16,82,156). Sum of RGB (Red+Green+Blue) = 16+82+156=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #10529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10529C is #EFAD63. Grayscale: #464646. Windows color (decimal): -15707492 or 10244624. OLE color: 10244624.

HSL color Cylindrical-coordinate representation of color #10529C: hue angle of 211.71º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10529C is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 82 156 -
CMYK 0.90 0.47 0 0.39
HSL 211.71º 0.81% 0.34% -
HSV(B) 211.71º 0.9% 0.61% -
XYZ 9.23 8.55 32.62 -
YUV 70.7 176.13 88.98 -
System Red Green Blue C M Y K H S L
Decimal 16 82 156 0.90 0.47 0 0.39 211.71 0.81 0.34
Hex 10 52 9C 5A 2F 0 27 D4 51 22
Octal 20 122 234 132 57 0 47 324 121 42
Binary 10000 1010010 10011100 1011010 101111 0 100111 11010100 1010001 100010

Color Harmonies of #10529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10529C

Black with #10529C

Text Example


Text Example

White with #10529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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