Html Css Color HEX #10559F Cobalt

📋 copy color: '#10559F'

red 16 ◦ green 85 ◦ blue 159

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

Shades of Cobalt #10559F

Tints of Cobalt #10559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.15%

R = 6.15%
G = 32.69%
B = 61.15%

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

#10559F (or 0x10559F) is known color: Cobalt. HEX triplet: 10, 55 and 9F. RGB value is (16,85,159). Sum of RGB (Red+Green+Blue) = 16+85+159=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #10559F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10559F is #EFAA60. Grayscale: #484848. Windows color (decimal): -15706721 or 10442000. OLE color: 10442000.

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

Color convert

RGB 16 85 159 -
CMYK 0.90 0.47 0 0.38
HSL 211.05º 0.82% 0.34% -
HSV(B) 211.05º 0.9% 0.62% -
XYZ 9.72 9.11 34.05 -
YUV 72.81 176.64 87.48 -
System Red Green Blue C M Y K H S L
Decimal 16 85 159 0.90 0.47 0 0.38 211.05 0.82 0.34
Hex 10 55 9F 5A 2F 0 26 D3 52 22
Octal 20 125 237 132 57 0 46 323 122 42
Binary 10000 1010101 10011111 1011010 101111 0 100110 11010011 1010010 100010

Color Harmonies of #10559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10559F

Black with #10559F

Text Example


Text Example

White with #10559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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