Html Css Color HEX #054CCC Navy Blue

📋 copy color: '#054CCC'

red 5 ◦ green 76 ◦ blue 204

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

Shades of Navy Blue #054CCC

Tints of Navy Blue #054CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

 BLUE value IS 204 (80.08% from 255) = 71.58%

R = 1.75%
G = 26.67%
B = 71.58%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#054CCC (or 0x054CCC) is known color: Navy Blue. HEX triplet: 05, 4C and CC. RGB value is (5,76,204). Sum of RGB (Red+Green+Blue) = 5+76+204=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #054CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CCC is #FAB333. Grayscale: #444444. Windows color (decimal): -16429876 or 13388805. OLE color: 13388805.

HSL color Cylindrical-coordinate representation of color #054CCC: hue angle of 218.59º 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 #054CCC is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 76 204 -
CMYK 0.98 0.63 0 0.2
HSL 218.59º 0.95% 0.41% -
HSV(B) 218.59º 0.98% 0.8% -
XYZ 13.55 9.56 58.26 -
YUV 69.36 203.98 82.09 -
System Red Green Blue C M Y K H S L
Decimal 5 76 204 0.98 0.63 0 0.2 218.59 0.95 0.41
Hex 5 4C CC 62 3F 0 14 DB 5F 29
Octal 5 114 314 142 77 0 24 333 137 51
Binary 101 1001100 11001100 1100010 111111 0 10100 11011011 1011111 101001

Color Harmonies of #054CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CCC

Black with #054CCC

Text Example


Text Example

White with #054CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,76,204); }

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

background-color css

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

 a { background-color: rgb(5,76,204); }

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

border-color css

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

 span { border-color: rgb(5,76,204); }

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