Html Css Color HEX #054FCE Navy Blue

📋 copy color: '#054FCE'

red 5 ◦ green 79 ◦ blue 206

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

Shades of Navy Blue #054FCE

Tints of Navy Blue #054FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.24%

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

R = 1.72%
G = 27.24%
B = 71.03%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#054FCE (or 0x054FCE) is known color: Navy Blue. HEX triplet: 05, 4F and CE. RGB value is (5,79,206). Sum of RGB (Red+Green+Blue) = 5+79+206=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 79 (31.25% from 255 or 27.24% 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 #054FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FCE is #FAB031. Grayscale: #464646. Windows color (decimal): -16429106 or 13520645. OLE color: 13520645.

HSL color Cylindrical-coordinate representation of color #054FCE: hue angle of 217.91º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054FCE is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 79 206 -
CMYK 0.98 0.62 0 0.19
HSL 217.91º 0.95% 0.41% -
HSV(B) 217.91º 0.98% 0.81% -
XYZ 14 10.08 59.6 -
YUV 71.35 203.98 80.67 -
System Red Green Blue C M Y K H S L
Decimal 5 79 206 0.98 0.62 0 0.19 217.91 0.95 0.41
Hex 5 4F CE 62 3E 0 13 DA 5F 29
Octal 5 117 316 142 76 0 23 332 137 51
Binary 101 1001111 11001110 1100010 111110 0 10011 11011010 1011111 101001

Color Harmonies of #054FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FCE

Black with #054FCE

Text Example


Text Example

White with #054FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054FCE; }

 p { color: rgb(5,79,206); }

 H1.HeaderClassName
 {
   color: #054FCE;
 }
 .AnyTagClassName
 {
   color: #054FCE;
 }
</style>

background-color css

<style>
 a { background-color: #054FCE; }

 a { background-color: rgb(5,79,206); }

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

border-color css

<style>
 span { border-color: #054FCE; }

 span { border-color: rgb(5,79,206); }

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