Html Css Color HEX #0A41AE Cobalt

📋 copy color: '#0A41AE'

red 10 ◦ green 65 ◦ blue 174

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

Shades of Cobalt #0A41AE

Tints of Cobalt #0A41AE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 4.02%
G = 26.1%
B = 69.88%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A41AE (or 0x0A41AE) is known color: Cobalt. HEX triplet: 0A, 41 and AE. RGB value is (10,65,174). Sum of RGB (Red+Green+Blue) = 10+65+174=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A41AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A41AE is #F5BE51. Grayscale: #3C3C3C. Windows color (decimal): -16105042 or 11419914. OLE color: 11419914.

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

Color convert

RGB 10 65 174 -
CMYK 0.94 0.63 0 0.32
HSL 219.88º 0.89% 0.36% -
HSV(B) 219.88º 0.94% 0.68% -
XYZ 9.66 6.9 40.87 -
YUV 60.98 191.78 91.64 -
System Red Green Blue C M Y K H S L
Decimal 10 65 174 0.94 0.63 0 0.32 219.88 0.89 0.36
Hex A 41 AE 5E 3F 0 20 DC 59 24
Octal 12 101 256 136 77 0 40 334 131 44
Binary 1010 1000001 10101110 1011110 111111 0 100000 11011100 1011001 100100

Color Harmonies of #0A41AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A41AE

Black with #0A41AE

Text Example


Text Example

White with #0A41AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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