Html Css Color HEX #0A4AAA Cobalt

📋 copy color: '#0A4AAA'

red 10 ◦ green 74 ◦ blue 170

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

Shades of Cobalt #0A4AAA

Tints of Cobalt #0A4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

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

R = 3.94%
G = 29.13%
B = 66.93%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A4AAA (or 0x0A4AAA) is known color: Cobalt. HEX triplet: 0A, 4A and AA. RGB value is (10,74,170). Sum of RGB (Red+Green+Blue) = 10+74+170=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A4AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4AAA is #F5B555. Grayscale: #414141. Windows color (decimal): -16102742 or 11160074. OLE color: 11160074.

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

Color convert

RGB 10 74 170 -
CMYK 0.94 0.56 0 0.33
HSL 216º 0.89% 0.35% -
HSV(B) 216º 0.94% 0.67% -
XYZ 9.83 7.86 39.03 -
YUV 65.81 186.8 88.19 -
System Red Green Blue C M Y K H S L
Decimal 10 74 170 0.94 0.56 0 0.33 216 0.89 0.35
Hex A 4A AA 5E 38 0 21 D8 59 23
Octal 12 112 252 136 70 0 41 330 131 43
Binary 1010 1001010 10101010 1011110 111000 0 100001 11011000 1011001 100011

Color Harmonies of #0A4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4AAA

Black with #0A4AAA

Text Example


Text Example

White with #0A4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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