Html Css Color HEX #10599F Cobalt

📋 copy color: '#10599F'

red 16 ◦ green 89 ◦ blue 159

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

Shades of Cobalt #10599F

Tints of Cobalt #10599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.71%

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

R = 6.06%
G = 33.71%
B = 60.23%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10599F (or 0x10599F) is known color: Cobalt. HEX triplet: 10, 59 and 9F. RGB value is (16,89,159). Sum of RGB (Red+Green+Blue) = 16+89+159=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #10599F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10599F is #EFA660. Grayscale: #4A4A4A. Windows color (decimal): -15705697 or 10443024. OLE color: 10443024.

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

Color convert

RGB 16 89 159 -
CMYK 0.90 0.44 0 0.38
HSL 209.37º 0.82% 0.34% -
HSV(B) 209.37º 0.9% 0.62% -
XYZ 10.04 9.76 34.16 -
YUV 75.15 175.32 85.81 -
System Red Green Blue C M Y K H S L
Decimal 16 89 159 0.90 0.44 0 0.38 209.37 0.82 0.34
Hex 10 59 9F 5A 2C 0 26 D1 52 22
Octal 20 131 237 132 54 0 46 321 122 42
Binary 10000 1011001 10011111 1011010 101100 0 100110 11010001 1010010 100010

Color Harmonies of #10599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10599F

Black with #10599F

Text Example


Text Example

White with #10599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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