Html Css Color HEX #0A4AAE Cobalt

📋 copy color: '#0A4AAE'

red 10 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #0A4AAE

Tints of Cobalt #0A4AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.44%

R = 3.88%
G = 28.68%
B = 67.44%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A4AAE (or 0x0A4AAE) is known color: Cobalt. HEX triplet: 0A, 4A and AE. RGB value is (10,74,174). Sum of RGB (Red+Green+Blue) = 10+74+174=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A4AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4AAE is #F5B551. Grayscale: #414141. Windows color (decimal): -16102738 or 11422218. OLE color: 11422218.

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

Color convert

RGB 10 74 174 -
CMYK 0.94 0.57 0 0.32
HSL 216.59º 0.89% 0.36% -
HSV(B) 216.59º 0.94% 0.68% -
XYZ 10.21 8.02 41.05 -
YUV 66.26 188.8 87.87 -
System Red Green Blue C M Y K H S L
Decimal 10 74 174 0.94 0.57 0 0.32 216.59 0.89 0.36
Hex A 4A AE 5E 39 0 20 D9 59 24
Octal 12 112 256 136 71 0 40 331 131 44
Binary 1010 1001010 10101110 1011110 111001 0 100000 11011001 1011001 100100

Color Harmonies of #0A4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4AAE

Black with #0A4AAE

Text Example


Text Example

White with #0A4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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