Html Css Color HEX #01055D Navy

📋 copy color: '#01055D'

red 1 ◦ green 5 ◦ blue 93

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

Shades of Navy #01055D

Tints of Navy #01055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.05%

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

R = 1.01%
G = 5.05%
B = 93.94%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01055D (or 0x01055D) is known color: Navy. HEX triplet: 01, 05 and 5D. RGB value is (1,5,93). Sum of RGB (Red+Green+Blue) = 1+5+93=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 93 (36.72% from 255 or 93.94% from 99); Max value from RGB is 93 - color contains mainly: blue. Hex color #01055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01055D is #FEFAA2. Grayscale: #0D0D0D. Windows color (decimal): -16710307 or 6096129. OLE color: 6096129.

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

Color convert

RGB 1 5 93 -
CMYK 0.99 0.95 0 0.64
HSL 237.39º 0.98% 0.18% -
HSV(B) 237.39º 0.99% 0.36% -
XYZ 2.04 0.91 10.42 -
YUV 13.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 1 5 93 0.99 0.95 0 0.64 237.39 0.98 0.18
Hex 1 5 5D 63 5F 0 40 ED 62 12
Octal 1 5 135 143 137 0 100 355 142 22
Binary 1 101 1011101 1100011 1011111 0 1000000 11101101 1100010 10010

Color Harmonies of #01055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01055D

Black with #01055D

Text Example


Text Example

White with #01055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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