Html Css Color HEX #054FFC Navy Blue

📋 copy color: '#054FFC'

red 5 ◦ green 79 ◦ blue 252

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

Shades of Navy Blue #054FFC

Tints of Navy Blue #054FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75%

R = 1.49%
G = 23.51%
B = 75%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#054FFC (or 0x054FFC) is known color: Navy Blue. HEX triplet: 05, 4F and FC. RGB value is (5,79,252). Sum of RGB (Red+Green+Blue) = 5+79+252=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #054FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054FFC is #FAB003. Grayscale: #4B4B4B. Windows color (decimal): -16429060 or 16535301. OLE color: 16535301.

HSL color Cylindrical-coordinate representation of color #054FFC: hue angle of 222.02º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054FFC is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 79 252 -
CMYK 0.98 0.69 0 0.01
HSL 222.02º 0.98% 0.5% -
HSV(B) 222.02º 0.98% 0.99% -
XYZ 20.43 12.65 93.46 -
YUV 76.6 226.98 76.93 -
System Red Green Blue C M Y K H S L
Decimal 5 79 252 0.98 0.69 0 0.01 222.02 0.98 0.5
Hex 5 4F FC 62 45 0 1 DE 62 32
Octal 5 117 374 142 105 0 1 336 142 62
Binary 101 1001111 11111100 1100010 1000101 0 1 11011110 1100010 110010

Color Harmonies of #054FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FFC

Black with #054FFC

Text Example


Text Example

White with #054FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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