Html Css Color HEX #10529B Cobalt

📋 copy color: '#10529B'

red 16 ◦ green 82 ◦ blue 155

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

Shades of Cobalt #10529B

Tints of Cobalt #10529B

RGB

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

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

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

R = 6.32%
G = 32.41%
B = 61.26%

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

#10529B (or 0x10529B) is known color: Cobalt. HEX triplet: 10, 52 and 9B. RGB value is (16,82,155). Sum of RGB (Red+Green+Blue) = 16+82+155=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #10529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10529B is #EFAD64. Grayscale: #464646. Windows color (decimal): -15707493 or 10179088. OLE color: 10179088.

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

Color convert

RGB 16 82 155 -
CMYK 0.90 0.47 0 0.39
HSL 211.51º 0.81% 0.34% -
HSV(B) 211.51º 0.9% 0.61% -
XYZ 9.15 8.51 32.17 -
YUV 70.59 175.63 89.06 -
System Red Green Blue C M Y K H S L
Decimal 16 82 155 0.90 0.47 0 0.39 211.51 0.81 0.34
Hex 10 52 9B 5A 2F 0 27 D4 51 22
Octal 20 122 233 132 57 0 47 324 121 42
Binary 10000 1010010 10011011 1011010 101111 0 100111 11010100 1010001 100010

Color Harmonies of #10529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10529B

Black with #10529B

Text Example


Text Example

White with #10529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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