Html Css Color HEX #01035D Navy

📋 copy color: '#01035D'

red 1 ◦ green 3 ◦ blue 93

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

Shades of Navy #01035D

Tints of Navy #01035D

RGB

 RED value IS 1 (0.78% from 255) = 1.03%

 GREEN value IS 3 (1.56% from 255) = 3.09%

 BLUE value IS 93 (36.72% from 255) = 95.88%

R = 1.03%
G = 3.09%
B = 95.88%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01035D (or 0x01035D) is known color: Navy. HEX triplet: 01, 03 and 5D. RGB value is (1,3,93). Sum of RGB (Red+Green+Blue) = 1+3+93=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 93 (36.72% from 255 or 95.88% from 97); Max value from RGB is 93 - color contains mainly: blue. Hex color #01035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01035D is #FEFCA2. Grayscale: #0C0C0C. Windows color (decimal): -16710819 or 6095617. OLE color: 6095617.

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

Color convert

RGB 1 3 93 -
CMYK 0.99 0.97 0 0.64
HSL 238.7º 0.98% 0.18% -
HSV(B) 238.7º 0.99% 0.36% -
XYZ 2.02 0.86 10.42 -
YUV 12.66 173.34 119.68 -
System Red Green Blue C M Y K H S L
Decimal 1 3 93 0.99 0.97 0 0.64 238.7 0.98 0.18
Hex 1 3 5D 63 61 0 40 EF 62 12
Octal 1 3 135 143 141 0 100 357 142 22
Binary 1 11 1011101 1100011 1100001 0 1000000 11101111 1100010 10010

Color Harmonies of #01035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01035D

Black with #01035D

Text Example


Text Example

White with #01035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01035D;
 }
 .AnyTagClassName
 {
   color: #01035D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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