Html Css Color HEX #10539E Cobalt

📋 copy color: '#10539E'

red 16 ◦ green 83 ◦ blue 158

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

Shades of Cobalt #10539E

Tints of Cobalt #10539E

RGB

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

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

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

R = 6.23%
G = 32.3%
B = 61.48%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10539E (or 0x10539E) is known color: Cobalt. HEX triplet: 10, 53 and 9E. RGB value is (16,83,158). Sum of RGB (Red+Green+Blue) = 16+83+158=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #10539E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10539E is #EFAC61. Grayscale: #474747. Windows color (decimal): -15707234 or 10375952. OLE color: 10375952.

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

Color convert

RGB 16 83 158 -
CMYK 0.90 0.47 0 0.38
HSL 211.69º 0.82% 0.34% -
HSV(B) 211.69º 0.9% 0.62% -
XYZ 9.48 8.77 33.54 -
YUV 71.52 176.8 88.4 -
System Red Green Blue C M Y K H S L
Decimal 16 83 158 0.90 0.47 0 0.38 211.69 0.82 0.34
Hex 10 53 9E 5A 2F 0 26 D4 52 22
Octal 20 123 236 132 57 0 46 324 122 42
Binary 10000 1010011 10011110 1011010 101111 0 100110 11010100 1010010 100010

Color Harmonies of #10539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10539E

Black with #10539E

Text Example


Text Example

White with #10539E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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