Html Css Color HEX #10529E Cobalt

📋 copy color: '#10529E'

red 16 ◦ green 82 ◦ blue 158

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

Shades of Cobalt #10529E

Tints of Cobalt #10529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.72%

R = 6.25%
G = 32.03%
B = 61.72%

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

#10529E (or 0x10529E) is known color: Cobalt. HEX triplet: 10, 52 and 9E. RGB value is (16,82,158). Sum of RGB (Red+Green+Blue) = 16+82+158=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #10529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10529E is #EFAD61. Grayscale: #464646. Windows color (decimal): -15707490 or 10375696. OLE color: 10375696.

HSL color Cylindrical-coordinate representation of color #10529E: hue angle of 212.11º 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 #10529E is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 82 158 -
CMYK 0.90 0.48 0 0.38
HSL 212.11º 0.82% 0.34% -
HSV(B) 212.11º 0.9% 0.62% -
XYZ 9.4 8.61 33.51 -
YUV 70.93 177.13 88.82 -
System Red Green Blue C M Y K H S L
Decimal 16 82 158 0.90 0.48 0 0.38 212.11 0.82 0.34
Hex 10 52 9E 5A 30 0 26 D4 52 22
Octal 20 122 236 132 60 0 46 324 122 42
Binary 10000 1010010 10011110 1011010 110000 0 100110 11010100 1010010 100010

Color Harmonies of #10529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10529E

Black with #10529E

Text Example


Text Example

White with #10529E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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