#01035B

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

Shades of Navy #01035B

Tints of Navy #01035B

Color information

#01035B (or 0x01035B) is unknown color: approx Navy. HEX triplet: 01, 03 and 5B. RGB value is (1,3,91). Sum of RGB (Red+Green+Blue) = 1+3+91=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 91 (35.94% from 255 or 95.79% from 95); Max value from RGB is 91 - color contains mainly: blue. Hex color #01035B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01035B is #FEFCA4. Grayscale: #0C0C0C. Windows color (decimal): -16710821 or 5964545. OLE color: 5964545.

HSL color Cylindrical-coordinate representation of color #01035B: hue angle of 238.67º 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 #01035B is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB1391-
CMYK0.990.9700.64
HSL238.67º97.83%18.04%-
HSV(B)238.67º98.9%35.69%-
XYZ1.930.839.96-
YUV12.43172.34119.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 91 (35.94% from 255) = 95.79%
R=1.05%
G=3.16%
B=95.79%

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
Decimal13910.990.9700.64238.6797.8318.04
Hex135B6361040ef6212
Octal13133143141010035714222
Binary1111011011110001111000010100000011101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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