Html Css Color HEX #0540ED Navy Blue

📋 copy color: '#0540ED'

red 5 ◦ green 64 ◦ blue 237

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

Shades of Navy Blue #0540ED

Tints of Navy Blue #0540ED

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

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

R = 1.63%
G = 20.92%
B = 77.45%

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

#0540ED (or 0x0540ED) is known color: Navy Blue. HEX triplet: 05, 40 and ED. RGB value is (5,64,237). Sum of RGB (Red+Green+Blue) = 5+64+237=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #0540ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0540ED is #FABF12. Grayscale: #414141. Windows color (decimal): -16432915 or 15548421. OLE color: 15548421.

HSL color Cylindrical-coordinate representation of color #0540ED: hue angle of 224.74º 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 #0540ED is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 64 237 -
CMYK 0.98 0.73 0 0.07
HSL 224.74º 0.96% 0.47% -
HSV(B) 224.74º 0.98% 0.93% -
XYZ 17.18 9.81 81.11 -
YUV 66.08 224.45 84.43 -
System Red Green Blue C M Y K H S L
Decimal 5 64 237 0.98 0.73 0 0.07 224.74 0.96 0.47
Hex 5 40 ED 62 49 0 7 E1 60 2F
Octal 5 100 355 142 111 0 7 341 140 57
Binary 101 1000000 11101101 1100010 1001001 0 111 11100001 1100000 101111

Color Harmonies of #0540ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0540ED

Black with #0540ED

Text Example


Text Example

White with #0540ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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