Html Css Color HEX #0057BE Navy Blue

📋 copy color: '#0057BE'

red 0 ◦ green 87 ◦ blue 190

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

Shades of Navy Blue #0057BE

Tints of Navy Blue #0057BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.59%

R = 0%
G = 31.41%
B = 68.59%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0057BE (or 0x0057BE) is known color: Navy Blue. HEX triplet: 00, 57 and BE. RGB value is (0,87,190). Sum of RGB (Red+Green+Blue) = 0+87+190=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #0057BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0057BE is #FFA841. Grayscale: #484848. Windows color (decimal): -16754754 or 12474112. OLE color: 12474112.

HSL color Cylindrical-coordinate representation of color #0057BE: hue angle of 212.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0057BE is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 87 190 -
CMYK 1 0.54 0 0.25
HSL 212.53º 1% 0.37% -
HSV(B) 212.53º 1% 0.75% -
XYZ 12.7 10.53 50.08 -
YUV 72.73 194.18 76.12 -
System Red Green Blue C M Y K H S L
Decimal 0 87 190 1 0.54 0 0.25 212.53 1 0.37
Hex 0 57 BE 64 36 0 19 D5 64 25
Octal 0 127 276 144 66 0 31 325 144 45
Binary 0 1010111 10111110 1100100 110110 0 11001 11010101 1100100 100101

Color Harmonies of #0057BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0057BE

Black with #0057BE

Text Example


Text Example

White with #0057BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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