Html Css Color HEX #0057CB Navy Blue

📋 copy color: '#0057CB'

red 0 ◦ green 87 ◦ blue 203

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

Shades of Navy Blue #0057CB

Tints of Navy Blue #0057CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70%

R = 0%
G = 30%
B = 70%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0057CB (or 0x0057CB) is known color: Navy Blue. HEX triplet: 00, 57 and CB. RGB value is (0,87,203). Sum of RGB (Red+Green+Blue) = 0+87+203=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #0057CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0057CB is #FFA834. Grayscale: #494949. Windows color (decimal): -16754741 or 13326080. OLE color: 13326080.

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

Color convert

RGB 0 87 203 -
CMYK 1 0.57 0 0.20
HSL 214.29º 1% 0.4% -
HSV(B) 214.29º 1% 0.8% -
XYZ 14.19 11.13 57.9 -
YUV 74.21 200.68 75.07 -
System Red Green Blue C M Y K H S L
Decimal 0 87 203 1 0.57 0 0.20 214.29 1 0.4
Hex 0 57 CB 64 39 0 14 D6 64 28
Octal 0 127 313 144 71 0 24 326 144 50
Binary 0 1010111 11001011 1100100 111001 0 10100 11010110 1100100 101000

Color Harmonies of #0057CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0057CB

Black with #0057CB

Text Example


Text Example

White with #0057CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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