#0A58AA

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

Shades of Cobalt #0A58AA

Tints of Cobalt #0A58AA

Color information

#0A58AA (or 0x0A58AA) is unknown color: approx Cobalt. HEX triplet: 0A, 58 and AA. RGB value is (10,88,170). Sum of RGB (Red+Green+Blue) = 10+88+170=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A58AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A58AA is #F5A755. Grayscale: #494949. Windows color (decimal): -16099158 or 11163658. OLE color: 11163658.

HSL color Cylindrical-coordinate representation of color #0A58AA: hue angle of 210.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A58AA is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1088170-
CMYK0.940.4800.33
HSL210.75º88.89%35.29%-
HSV(B)210.75º94.12%66.67%-
XYZ10.879.9539.38-
YUV74.03182.1682.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.73%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 170 (66.80% from 255) = 63.43%
R=3.73%
G=32.84%
B=63.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10881700.940.4800.33210.7588.8935.29
HexA58AA5E30021d35923
Octal121302521366004132313143
Binary101010110001010101010111101100000100001110100111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,88,170); }

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

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

 a { background-color: rgb(10,88,170); }

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

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

 span { border-color: rgb(10,88,170); }

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