Html Css Color HEX #0A55AC Cobalt

📋 copy color: '#0A55AC'

red 10 ◦ green 85 ◦ blue 172

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

Shades of Cobalt #0A55AC

Tints of Cobalt #0A55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

 BLUE value IS 172 (67.58% from 255) = 64.42%

R = 3.75%
G = 31.84%
B = 64.42%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A55AC (or 0x0A55AC) is known color: Cobalt. HEX triplet: 0A, 55 and AC. RGB value is (10,85,172). Sum of RGB (Red+Green+Blue) = 10+85+172=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A55AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A55AC is #F5AA53. Grayscale: #484848. Windows color (decimal): -16099924 or 11293962. OLE color: 11293962.

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

Color convert

RGB 10 85 172 -
CMYK 0.94 0.51 0 0.33
HSL 212.22º 0.89% 0.36% -
HSV(B) 212.22º 0.94% 0.67% -
XYZ 10.82 9.54 40.3 -
YUV 72.49 184.15 83.43 -
System Red Green Blue C M Y K H S L
Decimal 10 85 172 0.94 0.51 0 0.33 212.22 0.89 0.36
Hex A 55 AC 5E 33 0 21 D4 59 24
Octal 12 125 254 136 63 0 41 324 131 44
Binary 1010 1010101 10101100 1011110 110011 0 100001 11010100 1011001 100100

Color Harmonies of #0A55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A55AC

Black with #0A55AC

Text Example


Text Example

White with #0A55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,85,172); }

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

background-color css

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

 a { background-color: rgb(10,85,172); }

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

border-color css

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

 span { border-color: rgb(10,85,172); }

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