Html Css Color HEX #0A4AAC Cobalt

📋 copy color: '#0A4AAC'

red 10 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #0A4AAC

Tints of Cobalt #0A4AAC

RGB

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

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

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

R = 3.91%
G = 28.91%
B = 67.19%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A4AAC (or 0x0A4AAC) is known color: Cobalt. HEX triplet: 0A, 4A and AC. RGB value is (10,74,172). Sum of RGB (Red+Green+Blue) = 10+74+172=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A4AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4AAC is #F5B553. Grayscale: #414141. Windows color (decimal): -16102740 or 11291146. OLE color: 11291146.

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

Color convert

RGB 10 74 172 -
CMYK 0.94 0.57 0 0.33
HSL 216.3º 0.89% 0.36% -
HSV(B) 216.3º 0.94% 0.67% -
XYZ 10.02 7.94 40.03 -
YUV 66.04 187.8 88.03 -
System Red Green Blue C M Y K H S L
Decimal 10 74 172 0.94 0.57 0 0.33 216.3 0.89 0.36
Hex A 4A AC 5E 39 0 21 D8 59 24
Octal 12 112 254 136 71 0 41 330 131 44
Binary 1010 1001010 10101100 1011110 111001 0 100001 11011000 1011001 100100

Color Harmonies of #0A4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4AAC

Black with #0A4AAC

Text Example


Text Example

White with #0A4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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