Html Css Color HEX #01055B Navy

📋 copy color: '#01055B'

red 1 ◦ green 5 ◦ blue 91

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

Shades of Navy #01055B

Tints of Navy #01055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 93.81%

R = 1.03%
G = 5.15%
B = 93.81%

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

#01055B (or 0x01055B) is known color: Navy. HEX triplet: 01, 05 and 5B. RGB value is (1,5,91). Sum of RGB (Red+Green+Blue) = 1+5+91=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 91 (35.94% from 255 or 93.81% from 97); Max value from RGB is 91 - color contains mainly: blue. Hex color #01055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01055B is #FEFAA4. Grayscale: #0D0D0D. Windows color (decimal): -16710309 or 5965057. OLE color: 5965057.

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

Color convert

RGB 1 5 91 -
CMYK 0.99 0.95 0 0.64
HSL 237.33º 0.98% 0.18% -
HSV(B) 237.33º 0.99% 0.36% -
XYZ 1.96 0.87 9.96 -
YUV 13.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 1 5 91 0.99 0.95 0 0.64 237.33 0.98 0.18
Hex 1 5 5B 63 5F 0 40 ED 62 12
Octal 1 5 133 143 137 0 100 355 142 22
Binary 1 101 1011011 1100011 1011111 0 1000000 11101101 1100010 10010

Color Harmonies of #01055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01055B

Black with #01055B

Text Example


Text Example

White with #01055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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