Html Css Color HEX #0541ED Navy Blue

📋 copy color: '#0541ED'

red 5 ◦ green 65 ◦ blue 237

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

Shades of Navy Blue #0541ED

Tints of Navy Blue #0541ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.2%

R = 1.63%
G = 21.17%
B = 77.2%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0541ED (or 0x0541ED) is known color: Navy Blue. HEX triplet: 05, 41 and ED. RGB value is (5,65,237). Sum of RGB (Red+Green+Blue) = 5+65+237=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 237 (92.97% from 255 or 77.20% from 307); Max value from RGB is 237 - color contains mainly: blue. Hex color #0541ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0541ED is #FABE12. Grayscale: #414141. Windows color (decimal): -16432659 or 15548677. OLE color: 15548677.

HSL color Cylindrical-coordinate representation of color #0541ED: hue angle of 224.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0541ED is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 65 237 -
CMYK 0.98 0.73 0 0.07
HSL 224.48º 0.96% 0.47% -
HSV(B) 224.48º 0.98% 0.93% -
XYZ 17.24 9.93 81.13 -
YUV 66.67 224.12 84.01 -
System Red Green Blue C M Y K H S L
Decimal 5 65 237 0.98 0.73 0 0.07 224.48 0.96 0.47
Hex 5 41 ED 62 49 0 7 E0 60 2F
Octal 5 101 355 142 111 0 7 340 140 57
Binary 101 1000001 11101101 1100010 1001001 0 111 11100000 1100000 101111

Color Harmonies of #0541ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0541ED

Black with #0541ED

Text Example


Text Example

White with #0541ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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