Html Css Color HEX #0054CE Navy Blue

📋 copy color: '#0054CE'

red 0 ◦ green 84 ◦ blue 206

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

Shades of Navy Blue #0054CE

Tints of Navy Blue #0054CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 0%
G = 28.97%
B = 71.03%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0054CE (or 0x0054CE) is known color: Navy Blue. HEX triplet: 00, 54 and CE. RGB value is (0,84,206). Sum of RGB (Red+Green+Blue) = 0+84+206=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #0054CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054CE is #FFAB31. Grayscale: #484848. Windows color (decimal): -16755506 or 13521920. OLE color: 13521920.

HSL color Cylindrical-coordinate representation of color #0054CE: hue angle of 215.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054CE is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 84 206 -
CMYK 1 0.59 0 0.19
HSL 215.53º 1% 0.4% -
HSV(B) 215.53º 1% 0.81% -
XYZ 14.31 10.8 59.72 -
YUV 72.79 203.17 76.08 -
System Red Green Blue C M Y K H S L
Decimal 0 84 206 1 0.59 0 0.19 215.53 1 0.4
Hex 0 54 CE 64 3B 0 13 D8 64 28
Octal 0 124 316 144 73 0 23 330 144 50
Binary 0 1010100 11001110 1100100 111011 0 10011 11011000 1100100 101000

Color Harmonies of #0054CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0054CE

Black with #0054CE

Text Example


Text Example

White with #0054CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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