Html Css Color HEX #0054EE Navy Blue

📋 copy color: '#0054EE'

red 0 ◦ green 84 ◦ blue 238

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

Shades of Navy Blue #0054EE

Tints of Navy Blue #0054EE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 84 (33.2% from 255) = 26.09%

 BLUE value IS 238 (93.36% from 255) = 73.91%

R = 0%
G = 26.09%
B = 73.91%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0054EE (or 0x0054EE) is known color: Navy Blue. HEX triplet: 00, 54 and EE. RGB value is (0,84,238). Sum of RGB (Red+Green+Blue) = 0+84+238=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #0054EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0054EE is #FFAB11. Grayscale: #4B4B4B. Windows color (decimal): -16755474 or 15619072. OLE color: 15619072.

HSL color Cylindrical-coordinate representation of color #0054EE: hue angle of 218.82º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054EE is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 84 238 -
CMYK 1 0.65 0 0.07
HSL 218.82º 1% 0.47% -
HSV(B) 218.82º 1% 0.93% -
XYZ 18.6 12.51 82.32 -
YUV 76.44 219.17 73.48 -
System Red Green Blue C M Y K H S L
Decimal 0 84 238 1 0.65 0 0.07 218.82 1 0.47
Hex 0 54 EE 64 41 0 7 DB 64 2F
Octal 0 124 356 144 101 0 7 333 144 57
Binary 0 1010100 11101110 1100100 1000001 0 111 11011011 1100100 101111

Color Harmonies of #0054EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0054EE

Black with #0054EE

Text Example


Text Example

White with #0054EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0054EE; }

 p { color: rgb(0,84,238); }

 H1.HeaderClassName
 {
   color: #0054EE;
 }
 .AnyTagClassName
 {
   color: #0054EE;
 }
</style>

background-color css

<style>
 a { background-color: #0054EE; }

 a { background-color: rgb(0,84,238); }

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

border-color css

<style>
 span { border-color: #0054EE; }

 span { border-color: rgb(0,84,238); }

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