Html Css Color HEX #0A58A9 Cobalt

📋 copy color: '#0A58A9'

red 10 ◦ green 88 ◦ blue 169

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

Shades of Cobalt #0A58A9

Tints of Cobalt #0A58A9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.96%

 BLUE value IS 169 (66.41% from 255) = 63.3%

R = 3.75%
G = 32.96%
B = 63.3%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0A58A9 (or 0x0A58A9) is known color: Cobalt. HEX triplet: 0A, 58 and A9. RGB value is (10,88,169). Sum of RGB (Red+Green+Blue) = 10+88+169=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 169 (66.41% from 255 or 63.30% from 267); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A58A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A58A9 is #F5A756. Grayscale: #494949. Windows color (decimal): -16099159 or 11098122. OLE color: 11098122.

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

Color convert

RGB 10 88 169 -
CMYK 0.94 0.48 0 0.34
HSL 210.57º 0.89% 0.35% -
HSV(B) 210.57º 0.94% 0.66% -
XYZ 10.78 9.91 38.88 -
YUV 73.91 181.66 82.41 -
System Red Green Blue C M Y K H S L
Decimal 10 88 169 0.94 0.48 0 0.34 210.57 0.89 0.35
Hex A 58 A9 5E 30 0 22 D3 59 23
Octal 12 130 251 136 60 0 42 323 131 43
Binary 1010 1011000 10101001 1011110 110000 0 100010 11010011 1011001 100011

Color Harmonies of #0A58A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A58A9

Black with #0A58A9

Text Example


Text Example

White with #0A58A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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