Html Css Color HEX #0054CC Navy Blue

📋 copy color: '#0054CC'

red 0 ◦ green 84 ◦ blue 204

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

Shades of Navy Blue #0054CC

Tints of Navy Blue #0054CC

RGB

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

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

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

R = 0%
G = 29.17%
B = 70.83%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0054CC (or 0x0054CC) is known color: Navy Blue. HEX triplet: 00, 54 and CC. RGB value is (0,84,204). Sum of RGB (Red+Green+Blue) = 0+84+204=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #0054CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054CC is #FFAB33. Grayscale: #484848. Windows color (decimal): -16755508 or 13390848. OLE color: 13390848.

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

Color convert

RGB 0 84 204 -
CMYK 1 0.59 0 0.2
HSL 215.29º 1% 0.4% -
HSV(B) 215.29º 1% 0.8% -
XYZ 14.07 10.7 58.45 -
YUV 72.56 202.17 76.24 -
System Red Green Blue C M Y K H S L
Decimal 0 84 204 1 0.59 0 0.2 215.29 1 0.4
Hex 0 54 CC 64 3B 0 14 D7 64 28
Octal 0 124 314 144 73 0 24 327 144 50
Binary 0 1010100 11001100 1100100 111011 0 10100 11010111 1100100 101000

Color Harmonies of #0054CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0054CC

Black with #0054CC

Text Example


Text Example

White with #0054CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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