#0257C3

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

Shades of Navy Blue #0257C3

Tints of Navy Blue #0257C3

Color information

#0257C3 (or 0x0257C3) is unknown color: approx Navy Blue. HEX triplet: 02, 57 and C3. RGB value is (2,87,195). Sum of RGB (Red+Green+Blue) = 2+87+195=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 195 (76.56% from 255 or 68.66% from 284); Max value from RGB is 195 - color contains mainly: blue. Hex color #0257C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0257C3 is #FDA83C. Grayscale: #494949. Windows color (decimal): -16623677 or 12801794. OLE color: 12801794.

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

Color convert

RGB287195-
CMYK0.990.5500.24
HSL213.58º97.97%38.63%-
HSV(B)213.58º98.97%76.47%-
XYZ13.2810.7753.01-
YUV73.9196.3476.72-

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.63%
BLUE value IS 195 (76.56% from 255) = 68.66%
R=0.70%
G=30.63%
B=68.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2871950.990.5500.24213.5897.9738.63
Hex257C36337018d66227
Octal21273031436703032614247
Binary101010111110000111100011110111011000110101101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0257C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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