Html Css Color HEX #0A52AA Cobalt

📋 copy color: '#0A52AA'

red 10 ◦ green 82 ◦ blue 170

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

Shades of Cobalt #0A52AA

Tints of Cobalt #0A52AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

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

R = 3.82%
G = 31.3%
B = 64.89%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A52AA (or 0x0A52AA) is known color: Cobalt. HEX triplet: 0A, 52 and AA. RGB value is (10,82,170). Sum of RGB (Red+Green+Blue) = 10+82+170=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A52AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A52AA is #F5AD55. Grayscale: #464646. Windows color (decimal): -16100694 or 11162122. OLE color: 11162122.

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

Color convert

RGB 10 82 170 -
CMYK 0.94 0.52 0 0.33
HSL 213º 0.89% 0.35% -
HSV(B) 213º 0.94% 0.67% -
XYZ 10.4 9 39.22 -
YUV 70.5 184.15 84.84 -
System Red Green Blue C M Y K H S L
Decimal 10 82 170 0.94 0.52 0 0.33 213 0.89 0.35
Hex A 52 AA 5E 34 0 21 D5 59 23
Octal 12 122 252 136 64 0 41 325 131 43
Binary 1010 1010010 10101010 1011110 110100 0 100001 11010101 1011001 100011

Color Harmonies of #0A52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A52AA

Black with #0A52AA

Text Example


Text Example

White with #0A52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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