Html Css Color HEX #0057CC Navy Blue

📋 copy color: '#0057CC'

red 0 ◦ green 87 ◦ blue 204

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

Shades of Navy Blue #0057CC

Tints of Navy Blue #0057CC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 0%
G = 29.9%
B = 70.1%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0057CC (or 0x0057CC) is known color: Navy Blue. HEX triplet: 00, 57 and CC. RGB value is (0,87,204). Sum of RGB (Red+Green+Blue) = 0+87+204=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #0057CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0057CC is #FFA833. Grayscale: #494949. Windows color (decimal): -16754740 or 13391616. OLE color: 13391616.

HSL color Cylindrical-coordinate representation of color #0057CC: hue angle of 214.41º 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 #0057CC is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 87 204 -
CMYK 1 0.57 0 0.2
HSL 214.41º 1% 0.4% -
HSV(B) 214.41º 1% 0.8% -
XYZ 14.31 11.18 58.53 -
YUV 74.33 201.18 74.99 -
System Red Green Blue C M Y K H S L
Decimal 0 87 204 1 0.57 0 0.2 214.41 1 0.4
Hex 0 57 CC 64 39 0 14 D6 64 28
Octal 0 127 314 144 71 0 24 326 144 50
Binary 0 1010111 11001100 1100100 111001 0 10100 11010110 1100100 101000

Color Harmonies of #0057CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0057CC

Black with #0057CC

Text Example


Text Example

White with #0057CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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