Html Css Color HEX #01035E Navy

📋 copy color: '#01035E'

red 1 ◦ green 3 ◦ blue 94

#01035E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #01035E

Tints of Navy #01035E

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 value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01035E (or 0x01035E) is known color: 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

RGB 1 3 94 -
CMYK 0.99 0.97 0 0.63
HSL 238.71º 0.98% 0.19% -
HSV(B) 238.71º 0.99% 0.37% -
XYZ 2.07 0.88 10.65 -
YUV 12.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 1 3 94 0.99 0.97 0 0.63 238.71 0.98 0.19
Hex 1 3 5E 63 61 0 3F EF 62 13
Octal 1 3 136 143 141 0 77 357 142 23
Binary 1 11 1011110 1100011 1100001 0 111111 11101111 1100010 10011

Color Harmonies of #01035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01035E

Black with #01035E

Text Example


Text Example

White with #01035E

Text Example


Text Example

HTML Codes & Css Web 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>