#0257C5

Color #0257C5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0257C5

Tints of Navy Blue #0257C5

Color information

#0257C5 (or 0x0257C5) is unknown color: approx Navy Blue. HEX triplet: 02, 57 and C5. RGB value is (2,87,197). Sum of RGB (Red+Green+Blue) = 2+87+197=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 197 (77.34% from 255 or 68.88% from 286); Max value from RGB is 197 - color contains mainly: blue. Hex color #0257C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0257C5 is #FDA83A. Grayscale: #494949. Windows color (decimal): -16623675 or 12932866. OLE color: 12932866.

HSL color Cylindrical-coordinate representation of color #0257C5: hue angle of 213.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0257C5 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB287197-
CMYK0.990.5600.23
HSL213.85º97.99%39.02%-
HSV(B)213.85º98.98%77.25%-
XYZ13.5110.8654.21-
YUV74.12197.3476.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 197 (77.34% from 255) = 68.88%
R=0.70%
G=30.42%
B=68.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal2871970.990.5600.23213.8597.9939.02
Hex257C56338017d66227
Octal21273051437002732614247
Binary101010111110001011100011111000010111110101101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0257C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0257C5; }

 p { color: rgb(2,87,197); }

 H1.HeaderClassName
 {
   color: #0257C5;
 }
 .AnyTagClassName
 {
   color: #0257C5;
 }
</style>
background-color css

<style>
 a { background-color: #0257C5; }

 a { background-color: rgb(2,87,197); }

 div.DivClassName
 {
   background-color: #0257C5;
 }
 .BgClassName
 {
   background-color: #0257C5;
 }
</style>
border-color css

<style>
 span { border-color: #0257C5; }

 span { border-color: rgb(2,87,197); }

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