Html Css Color HEX #054FCB Navy Blue

📋 copy color: '#054FCB'

red 5 ◦ green 79 ◦ blue 203

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

Shades of Navy Blue #054FCB

Tints of Navy Blue #054FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70.73%

R = 1.74%
G = 27.53%
B = 70.73%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#054FCB (or 0x054FCB) is known color: Navy Blue. HEX triplet: 05, 4F and CB. RGB value is (5,79,203). Sum of RGB (Red+Green+Blue) = 5+79+203=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #054FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FCB is #FAB034. Grayscale: #464646. Windows color (decimal): -16429109 or 13324037. OLE color: 13324037.

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

Color convert

RGB 5 79 203 -
CMYK 0.98 0.61 0 0.20
HSL 217.58º 0.95% 0.41% -
HSV(B) 217.58º 0.98% 0.8% -
XYZ 13.64 9.94 57.7 -
YUV 71.01 202.48 80.92 -
System Red Green Blue C M Y K H S L
Decimal 5 79 203 0.98 0.61 0 0.20 217.58 0.95 0.41
Hex 5 4F CB 62 3D 0 14 DA 5F 29
Octal 5 117 313 142 75 0 24 332 137 51
Binary 101 1001111 11001011 1100010 111101 0 10100 11011010 1011111 101001

Color Harmonies of #054FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FCB

Black with #054FCB

Text Example


Text Example

White with #054FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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