Html Css Color HEX #0A599E Cobalt

📋 copy color: '#0A599E'

red 10 ◦ green 89 ◦ blue 158

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

Shades of Cobalt #0A599E

Tints of Cobalt #0A599E

RGB

 RED value IS 10 (4.3% from 255) = 3.89%

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

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

R = 3.89%
G = 34.63%
B = 61.48%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A599E (or 0x0A599E) is known color: Cobalt. HEX triplet: 0A, 59 and 9E. RGB value is (10,89,158). Sum of RGB (Red+Green+Blue) = 10+89+158=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 89 (35.16% from 255 or 34.63% 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 #0A599E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A599E is #F5A661. Grayscale: #484848. Windows color (decimal): -16098914 or 10377482. OLE color: 10377482.

HSL color Cylindrical-coordinate representation of color #0A599E: hue angle of 207.97º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A599E is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 89 158 -
CMYK 0.94 0.44 0 0.38
HSL 207.97º 0.88% 0.33% -
HSV(B) 207.97º 0.94% 0.62% -
XYZ 9.87 9.68 33.7 -
YUV 73.25 175.83 82.89 -
System Red Green Blue C M Y K H S L
Decimal 10 89 158 0.94 0.44 0 0.38 207.97 0.88 0.33
Hex A 59 9E 5E 2C 0 26 D0 58 21
Octal 12 131 236 136 54 0 46 320 130 41
Binary 1010 1011001 10011110 1011110 101100 0 100110 11010000 1011000 100001

Color Harmonies of #0A599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A599E

Black with #0A599E

Text Example


Text Example

White with #0A599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A599E; }

 p { color: rgb(10,89,158); }

 H1.HeaderClassName
 {
   color: #0A599E;
 }
 .AnyTagClassName
 {
   color: #0A599E;
 }
</style>

background-color css

<style>
 a { background-color: #0A599E; }

 a { background-color: rgb(10,89,158); }

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

border-color css

<style>
 span { border-color: #0A599E; }

 span { border-color: rgb(10,89,158); }

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