Html Css Color HEX #0057BB Navy Blue

📋 copy color: '#0057BB'

red 0 ◦ green 87 ◦ blue 187

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

Shades of Navy Blue #0057BB

Tints of Navy Blue #0057BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.25%

R = 0%
G = 31.75%
B = 68.25%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0057BB (or 0x0057BB) is known color: Navy Blue. HEX triplet: 00, 57 and BB. RGB value is (0,87,187). Sum of RGB (Red+Green+Blue) = 0+87+187=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #0057BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0057BB is #FFA844. Grayscale: #474747. Windows color (decimal): -16754757 or 12277504. OLE color: 12277504.

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

Color convert

RGB 0 87 187 -
CMYK 1 0.53 0 0.27
HSL 212.09º 1% 0.37% -
HSV(B) 212.09º 1% 0.73% -
XYZ 12.38 10.4 48.37 -
YUV 72.39 192.68 76.37 -
System Red Green Blue C M Y K H S L
Decimal 0 87 187 1 0.53 0 0.27 212.09 1 0.37
Hex 0 57 BB 64 35 0 1B D4 64 25
Octal 0 127 273 144 65 0 33 324 144 45
Binary 0 1010111 10111011 1100100 110101 0 11011 11010100 1100100 100101

Color Harmonies of #0057BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0057BB

Black with #0057BB

Text Example


Text Example

White with #0057BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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