Html Css Color HEX #0A56AA Cobalt

📋 copy color: '#0A56AA'

red 10 ◦ green 86 ◦ blue 170

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

Shades of Cobalt #0A56AA

Tints of Cobalt #0A56AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

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

R = 3.76%
G = 32.33%
B = 63.91%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A56AA (or 0x0A56AA) is known color: Cobalt. HEX triplet: 0A, 56 and AA. RGB value is (10,86,170). Sum of RGB (Red+Green+Blue) = 10+86+170=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A56AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A56AA is #F5A955. Grayscale: #484848. Windows color (decimal): -16099670 or 11163146. OLE color: 11163146.

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

Color convert

RGB 10 86 170 -
CMYK 0.94 0.49 0 0.33
HSL 211.5º 0.89% 0.35% -
HSV(B) 211.5º 0.94% 0.67% -
XYZ 10.71 9.62 39.32 -
YUV 72.85 182.82 83.17 -
System Red Green Blue C M Y K H S L
Decimal 10 86 170 0.94 0.49 0 0.33 211.5 0.89 0.35
Hex A 56 AA 5E 31 0 21 D4 59 23
Octal 12 126 252 136 61 0 41 324 131 43
Binary 1010 1010110 10101010 1011110 110001 0 100001 11010100 1011001 100011

Color Harmonies of #0A56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A56AA

Black with #0A56AA

Text Example


Text Example

White with #0A56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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