#01035E

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

Shades of Navy #01035E

Tints of Navy #01035E

Color information

#01035E (or 0x01035E) is unknown color: approx Navy. HEX triplet: 01, 03 and 5E. RGB value is (1,3,94). Sum of RGB (Red+Green+Blue) = 1+3+94=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 94 (37.11% from 255 or 95.92% from 98); Max value from RGB is 94 - color contains mainly: blue. Hex color #01035E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01035E is #FEFCA1. Grayscale: #0C0C0C. Windows color (decimal): -16710818 or 6161153. OLE color: 6161153.

HSL color Cylindrical-coordinate representation of color #01035E: hue angle of 238.71º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01035E is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB1394-
CMYK0.990.9700.63
HSL238.71º97.89%18.63%-
HSV(B)238.71º98.94%36.86%-
XYZ2.070.8810.65-
YUV12.78173.84119.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 94 (37.11% from 255) = 95.92%
R=1.02%
G=3.06%
B=95.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal13940.990.9700.63238.7197.8918.63
Hex135E636103Fef6213
Octal1313614314107735714223
Binary111101111011000111100001011111111101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01035E; }

 p { color: rgb(1,3,94); }

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

<style>
 a { background-color: #01035E; }

 a { background-color: rgb(1,3,94); }

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

<style>
 span { border-color: #01035E; }

 span { border-color: rgb(1,3,94); }

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