Html Css Color HEX #010055 Navy

📋 copy color: '#010055'

red 1 ◦ green 0 ◦ blue 85

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

Shades of Navy #010055

Tints of Navy #010055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 98.84%

R = 1.16%
G = 0%
B = 98.84%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010055 (or 0x010055) is known color: Navy. HEX triplet: 01, 00 and 55. RGB value is (1,0,85). Sum of RGB (Red+Green+Blue) = 1+0+85=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 85 (33.59% from 255 or 98.84% from 86); Max value from RGB is 85 - color contains mainly: blue. Hex color #010055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010055 is #FEFFAA. Grayscale: #090909. Windows color (decimal): -16711595 or 5570561. OLE color: 5570561.

HSL color Cylindrical-coordinate representation of color #010055: hue angle of 240.71º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010055 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 0 85 -
CMYK 0.99 1 0 0.67
HSL 240.71º 1% 0.17% -
HSV(B) 240.71º 1% 0.33% -
XYZ 1.65 0.66 8.64 -
YUV 9.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 1 0 85 0.99 1 0 0.67 240.71 1 0.17
Hex 1 0 55 63 64 0 43 F1 64 11
Octal 1 0 125 143 144 0 103 361 144 21
Binary 1 0 1010101 1100011 1100100 0 1000011 11110001 1100100 10001

Color Harmonies of #010055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010055

Black with #010055

Text Example


Text Example

White with #010055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010055; }

 p { color: rgb(1,0,85); }

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

background-color css

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

 a { background-color: rgb(1,0,85); }

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

border-color css

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

 span { border-color: rgb(1,0,85); }

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