Html Css Color HEX #0A599C Cobalt

📋 copy color: '#0A599C'

red 10 ◦ green 89 ◦ blue 156

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

Shades of Cobalt #0A599C

Tints of Cobalt #0A599C

RGB

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

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

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

R = 3.92%
G = 34.9%
B = 61.18%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0A599C (or 0x0A599C) is known color: Cobalt. HEX triplet: 0A, 59 and 9C. RGB value is (10,89,156). Sum of RGB (Red+Green+Blue) = 10+89+156=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A599C is #F5A663. Grayscale: #484848. Windows color (decimal): -16098916 or 10246410. OLE color: 10246410.

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

Color convert

RGB 10 89 156 -
CMYK 0.94 0.43 0 0.39
HSL 207.53º 0.88% 0.33% -
HSV(B) 207.53º 0.94% 0.61% -
XYZ 9.7 9.61 32.8 -
YUV 73.02 174.83 83.05 -
System Red Green Blue C M Y K H S L
Decimal 10 89 156 0.94 0.43 0 0.39 207.53 0.88 0.33
Hex A 59 9C 5E 2B 0 27 D0 58 21
Octal 12 131 234 136 53 0 47 320 130 41
Binary 1010 1011001 10011100 1011110 101011 0 100111 11010000 1011000 100001

Color Harmonies of #0A599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A599C

Black with #0A599C

Text Example


Text Example

White with #0A599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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