Html Css Color HEX #0057BC Navy Blue

📋 copy color: '#0057BC'

red 0 ◦ green 87 ◦ blue 188

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

Shades of Navy Blue #0057BC

Tints of Navy Blue #0057BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.36%

R = 0%
G = 31.64%
B = 68.36%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0057BC (or 0x0057BC) is known color: Navy Blue. HEX triplet: 00, 57 and BC. RGB value is (0,87,188). Sum of RGB (Red+Green+Blue) = 0+87+188=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #0057BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0057BC is #FFA843. Grayscale: #484848. Windows color (decimal): -16754756 or 12343040. OLE color: 12343040.

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

Color convert

RGB 0 87 188 -
CMYK 1 0.54 0 0.26
HSL 212.23º 1% 0.37% -
HSV(B) 212.23º 1% 0.74% -
XYZ 12.49 10.45 48.94 -
YUV 72.5 193.18 76.29 -
System Red Green Blue C M Y K H S L
Decimal 0 87 188 1 0.54 0 0.26 212.23 1 0.37
Hex 0 57 BC 64 36 0 1A D4 64 25
Octal 0 127 274 144 66 0 32 324 144 45
Binary 0 1010111 10111100 1100100 110110 0 11010 11010100 1100100 100101

Color Harmonies of #0057BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0057BC

Black with #0057BC

Text Example


Text Example

White with #0057BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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