Html Css Color HEX #0054DF Navy Blue

📋 copy color: '#0054DF'

red 0 ◦ green 84 ◦ blue 223

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

Shades of Navy Blue #0054DF

Tints of Navy Blue #0054DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 0%
G = 27.36%
B = 72.64%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0054DF (or 0x0054DF) is known color: Navy Blue. HEX triplet: 00, 54 and DF. RGB value is (0,84,223). Sum of RGB (Red+Green+Blue) = 0+84+223=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #0054DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054DF is #FFAB20. Grayscale: #4A4A4A. Windows color (decimal): -16755489 or 14636032. OLE color: 14636032.

HSL color Cylindrical-coordinate representation of color #0054DF: hue angle of 217.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054DF is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 84 223 -
CMYK 1 0.62 0 0.13
HSL 217.4º 1% 0.44% -
HSV(B) 217.4º 1% 0.87% -
XYZ 16.49 11.67 71.2 -
YUV 74.73 211.67 74.7 -
System Red Green Blue C M Y K H S L
Decimal 0 84 223 1 0.62 0 0.13 217.4 1 0.44
Hex 0 54 DF 64 3E 0 D D9 64 2C
Octal 0 124 337 144 76 0 15 331 144 54
Binary 0 1010100 11011111 1100100 111110 0 1101 11011001 1100100 101100

Color Harmonies of #0054DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0054DF

Black with #0054DF

Text Example


Text Example

White with #0054DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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