Html Css Color HEX #10559C Cobalt

📋 copy color: '#10559C'

red 16 ◦ green 85 ◦ blue 156

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

Shades of Cobalt #10559C

Tints of Cobalt #10559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.07%

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

R = 6.23%
G = 33.07%
B = 60.7%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10559C (or 0x10559C) is known color: Cobalt. HEX triplet: 10, 55 and 9C. RGB value is (16,85,156). Sum of RGB (Red+Green+Blue) = 16+85+156=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #10559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10559C is #EFAA63. Grayscale: #484848. Windows color (decimal): -15706724 or 10245392. OLE color: 10245392.

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

Color convert

RGB 16 85 156 -
CMYK 0.90 0.46 0 0.39
HSL 210.43º 0.81% 0.34% -
HSV(B) 210.43º 0.9% 0.61% -
XYZ 9.46 9.01 32.69 -
YUV 72.46 175.14 87.73 -
System Red Green Blue C M Y K H S L
Decimal 16 85 156 0.90 0.46 0 0.39 210.43 0.81 0.34
Hex 10 55 9C 5A 2E 0 27 D2 51 22
Octal 20 125 234 132 56 0 47 322 121 42
Binary 10000 1010101 10011100 1011010 101110 0 100111 11010010 1010001 100010

Color Harmonies of #10559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10559C

Black with #10559C

Text Example


Text Example

White with #10559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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