Html Css Color HEX #10539C Cobalt

📋 copy color: '#10539C'

red 16 ◦ green 83 ◦ blue 156

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

Shades of Cobalt #10539C

Tints of Cobalt #10539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.55%

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

R = 6.27%
G = 32.55%
B = 61.18%

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

#10539C (or 0x10539C) is known color: Cobalt. HEX triplet: 10, 53 and 9C. RGB value is (16,83,156). Sum of RGB (Red+Green+Blue) = 16+83+156=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #10539C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10539C is #EFAC63. Grayscale: #464646. Windows color (decimal): -15707236 or 10244880. OLE color: 10244880.

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

Color convert

RGB 16 83 156 -
CMYK 0.90 0.47 0 0.39
HSL 211.29º 0.81% 0.34% -
HSV(B) 211.29º 0.9% 0.61% -
XYZ 9.31 8.7 32.64 -
YUV 71.29 175.8 88.56 -
System Red Green Blue C M Y K H S L
Decimal 16 83 156 0.90 0.47 0 0.39 211.29 0.81 0.34
Hex 10 53 9C 5A 2F 0 27 D3 51 22
Octal 20 123 234 132 57 0 47 323 121 42
Binary 10000 1010011 10011100 1011010 101111 0 100111 11010011 1010001 100010

Color Harmonies of #10539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10539C

Black with #10539C

Text Example


Text Example

White with #10539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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