#0357C1

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

Shades of Navy Blue #0357C1

Tints of Navy Blue #0357C1

Color information

#0357C1 (or 0x0357C1) is unknown color: approx Navy Blue. HEX triplet: 03, 57 and C1. RGB value is (3,87,193). Sum of RGB (Red+Green+Blue) = 3+87+193=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #0357C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0357C1 is #FCA83E. Grayscale: #494949. Windows color (decimal): -16558143 or 12670723. OLE color: 12670723.

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

Color convert

RGB387193-
CMYK0.980.5500.24
HSL213.47º96.94%38.43%-
HSV(B)213.47º98.45%75.69%-
XYZ13.0710.6951.83-
YUV73.97195.1777.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 193 (75.78% from 255) = 68.20%
R=1.06%
G=30.74%
B=68.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3871930.980.5500.24213.4796.9438.43
Hex357C16237018d56126
Octal31273011426703032514146
Binary111010111110000011100010110111011000110101011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0357C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0357C1; }

 p { color: rgb(3,87,193); }

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

<style>
 a { background-color: #0357C1; }

 a { background-color: rgb(3,87,193); }

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

<style>
 span { border-color: #0357C1; }

 span { border-color: rgb(3,87,193); }

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