#01035C

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

Shades of Navy #01035C

Tints of Navy #01035C

Color information

#01035C (or 0x01035C) is unknown color: approx Navy. HEX triplet: 01, 03 and 5C. RGB value is (1,3,92). Sum of RGB (Red+Green+Blue) = 1+3+92=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 92 (36.33% from 255 or 95.83% from 96); Max value from RGB is 92 - color contains mainly: blue. Hex color #01035C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01035C is #FEFCA3. Grayscale: #0C0C0C. Windows color (decimal): -16710820 or 6030081. OLE color: 6030081.

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

Color convert

RGB1392-
CMYK0.990.9700.64
HSL238.68º97.85%18.24%-
HSV(B)238.68º98.91%36.08%-
XYZ1.980.8410.18-
YUV12.55172.84119.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 92 (36.33% from 255) = 95.83%
R=1.04%
G=3.12%
B=95.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal13920.990.9700.64238.6897.8518.24
Hex135C6361040ef6212
Octal13134143141010035714222
Binary1111011100110001111000010100000011101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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