Html Css Color HEX #0057D0 Navy Blue

📋 copy color: '#0057D0'

red 0 ◦ green 87 ◦ blue 208

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

Shades of Navy Blue #0057D0

Tints of Navy Blue #0057D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 70.51%

R = 0%
G = 29.49%
B = 70.51%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0057D0 (or 0x0057D0) is known color: Navy Blue. HEX triplet: 00, 57 and D0. RGB value is (0,87,208). Sum of RGB (Red+Green+Blue) = 0+87+208=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 208 (81.64% from 255 or 70.51% from 295); Max value from RGB is 208 - color contains mainly: blue. Hex color #0057D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0057D0 is #FFA82F. Grayscale: #4A4A4A. Windows color (decimal): -16754736 or 13653760. OLE color: 13653760.

HSL color Cylindrical-coordinate representation of color #0057D0: hue angle of 214.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0057D0 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 87 208 -
CMYK 1 0.58 0 0.18
HSL 214.9º 1% 0.41% -
HSV(B) 214.9º 1% 0.82% -
XYZ 14.79 11.37 61.09 -
YUV 74.78 203.18 74.66 -
System Red Green Blue C M Y K H S L
Decimal 0 87 208 1 0.58 0 0.18 214.9 1 0.41
Hex 0 57 D0 64 3A 0 12 D7 64 29
Octal 0 127 320 144 72 0 22 327 144 51
Binary 0 1010111 11010000 1100100 111010 0 10010 11010111 1100100 101001

Color Harmonies of #0057D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0057D0

Black with #0057D0

Text Example


Text Example

White with #0057D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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