Html Css Color HEX #0A5AAA Cobalt

📋 copy color: '#0A5AAA'

red 10 ◦ green 90 ◦ blue 170

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

Shades of Cobalt #0A5AAA

Tints of Cobalt #0A5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

 BLUE value IS 170 (66.8% from 255) = 62.96%

R = 3.7%
G = 33.33%
B = 62.96%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A5AAA (or 0x0A5AAA) is known color: Cobalt. HEX triplet: 0A, 5A and AA. RGB value is (10,90,170). Sum of RGB (Red+Green+Blue) = 10+90+170=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A5AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5AAA is #F5A555. Grayscale: #4A4A4A. Windows color (decimal): -16098646 or 11164170. OLE color: 11164170.

HSL color Cylindrical-coordinate representation of color #0A5AAA: hue angle of 210º 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 #0A5AAA is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 90 170 -
CMYK 0.94 0.47 0 0.33
HSL 210º 0.89% 0.35% -
HSV(B) 210º 0.94% 0.67% -
XYZ 11.04 10.28 39.43 -
YUV 75.2 181.5 81.5 -
System Red Green Blue C M Y K H S L
Decimal 10 90 170 0.94 0.47 0 0.33 210 0.89 0.35
Hex A 5A AA 5E 2F 0 21 D2 59 23
Octal 12 132 252 136 57 0 41 322 131 43
Binary 1010 1011010 10101010 1011110 101111 0 100001 11010010 1011001 100011

Color Harmonies of #0A5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5AAA

Black with #0A5AAA

Text Example


Text Example

White with #0A5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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