Html Css Color HEX #0541AA Cobalt

📋 copy color: '#0541AA'

red 5 ◦ green 65 ◦ blue 170

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

Shades of Cobalt #0541AA

Tints of Cobalt #0541AA

RGB

 RED value IS 5 (2.34% from 255) = 2.08%

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

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

R = 2.08%
G = 27.08%
B = 70.83%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0541AA (or 0x0541AA) is known color: Cobalt. HEX triplet: 05, 41 and AA. RGB value is (5,65,170). Sum of RGB (Red+Green+Blue) = 5+65+170=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #0541AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0541AA is #FABE55. Grayscale: #3A3A3A. Windows color (decimal): -16432726 or 11157765. OLE color: 11157765.

HSL color Cylindrical-coordinate representation of color #0541AA: hue angle of 218.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0541AA is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 65 170 -
CMYK 0.97 0.62 0 0.33
HSL 218.18º 0.94% 0.34% -
HSV(B) 218.18º 0.97% 0.67% -
XYZ 9.21 6.72 38.84 -
YUV 59.03 190.62 89.46 -
System Red Green Blue C M Y K H S L
Decimal 5 65 170 0.97 0.62 0 0.33 218.18 0.94 0.34
Hex 5 41 AA 61 3E 0 21 DA 5E 22
Octal 5 101 252 141 76 0 41 332 136 42
Binary 101 1000001 10101010 1100001 111110 0 100001 11011010 1011110 100010

Color Harmonies of #0541AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0541AA

Black with #0541AA

Text Example


Text Example

White with #0541AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0541AA; }

 p { color: rgb(5,65,170); }

 H1.HeaderClassName
 {
   color: #0541AA;
 }
 .AnyTagClassName
 {
   color: #0541AA;
 }
</style>

background-color css

<style>
 a { background-color: #0541AA; }

 a { background-color: rgb(5,65,170); }

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

border-color css

<style>
 span { border-color: #0541AA; }

 span { border-color: rgb(5,65,170); }

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