#0A5998

Color #0A5998 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0A5998

Tints of Cobalt #0A5998

Color information

#0A5998 (or 0x0A5998) is unknown color: approx Cobalt. HEX triplet: 0A, 59 and 98. RGB value is (10,89,152). Sum of RGB (Red+Green+Blue) = 10+89+152=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A5998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5998 is #F5A667. Grayscale: #484848. Windows color (decimal): -16098920 or 9984266. OLE color: 9984266.

HSL color Cylindrical-coordinate representation of color #0A5998: hue angle of 206.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5998 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1089152-
CMYK0.930.4100.40
HSL206.62º87.65%31.76%-
HSV(B)206.62º93.42%59.61%-
XYZ9.379.4831.04-
YUV72.56172.8383.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.98%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 152 (59.77% from 255) = 60.56%
R=3.98%
G=35.46%
B=60.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10891520.930.4100.40206.6287.6531.76
HexA59985D29028cf5820
Octal121312301355105031713040
Binary101010110011001100010111011010010101000110011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A5998;
 }
 .AnyTagClassName
 {
   color: #0A5998;
 }
</style>
background-color css

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

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

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

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

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

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