#0359E7

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

Shades of Navy Blue #0359E7

Tints of Navy Blue #0359E7

Color information

#0359E7 (or 0x0359E7) is unknown color: approx Navy Blue. HEX triplet: 03, 59 and E7. RGB value is (3,89,231). Sum of RGB (Red+Green+Blue) = 3+89+231=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #0359E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0359E7 is #FCA618. Grayscale: #4E4E4E. Windows color (decimal): -16557593 or 15161603. OLE color: 15161603.

HSL color Cylindrical-coordinate representation of color #0359E7: hue angle of 217.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0359E7 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB389231-
CMYK0.990.6100.09
HSL217.37º97.44%45.88%-
HSV(B)217.37º98.7%90.59%-
XYZ18.0312.9377.15-
YUV79.47213.5173.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 231 (90.62% from 255) = 71.52%
R=0.93%
G=27.55%
B=71.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal3892310.990.6100.09217.3797.4445.88
Hex359E7633D09d9612e
Octal31313471437501133114156
Binary11101100111100111110001111110101001110110011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0359E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0359E7; }

 p { color: rgb(3,89,231); }

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

<style>
 a { background-color: #0359E7; }

 a { background-color: rgb(3,89,231); }

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

<style>
 span { border-color: #0359E7; }

 span { border-color: rgb(3,89,231); }

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