Html Css Color HEX #0542ED Navy Blue

📋 copy color: '#0542ED'

red 5 ◦ green 66 ◦ blue 237

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

Shades of Navy Blue #0542ED

Tints of Navy Blue #0542ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

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

R = 1.62%
G = 21.43%
B = 76.95%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0542ED (or 0x0542ED) is known color: Navy Blue. HEX triplet: 05, 42 and ED. RGB value is (5,66,237). Sum of RGB (Red+Green+Blue) = 5+66+237=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 237 (92.97% from 255 or 76.95% from 308); Max value from RGB is 237 - color contains mainly: blue. Hex color #0542ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0542ED is #FABD12. Grayscale: #424242. Windows color (decimal): -16432403 or 15548933. OLE color: 15548933.

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

Color convert

RGB 5 66 237 -
CMYK 0.98 0.72 0 0.07
HSL 224.22º 0.96% 0.47% -
HSV(B) 224.22º 0.98% 0.93% -
XYZ 17.3 10.04 81.15 -
YUV 67.26 223.79 83.6 -
System Red Green Blue C M Y K H S L
Decimal 5 66 237 0.98 0.72 0 0.07 224.22 0.96 0.47
Hex 5 42 ED 62 48 0 7 E0 60 2F
Octal 5 102 355 142 110 0 7 340 140 57
Binary 101 1000010 11101101 1100010 1001000 0 111 11100000 1100000 101111

Color Harmonies of #0542ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0542ED

Black with #0542ED

Text Example


Text Example

White with #0542ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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