Html Css Color HEX #011275 Navy

📋 copy color: '#011275'

red 1 ◦ green 18 ◦ blue 117

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

Shades of Navy #011275

Tints of Navy #011275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.24%

 BLUE value IS 117 (46.09% from 255) = 86.03%

R = 0.74%
G = 13.24%
B = 86.03%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011275 (or 0x011275) is known color: Navy. HEX triplet: 01, 12 and 75. RGB value is (1,18,117). Sum of RGB (Red+Green+Blue) = 1+18+117=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #011275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011275 is #FEED8A. Grayscale: #171717. Windows color (decimal): -16706955 or 7672321. OLE color: 7672321.

HSL color Cylindrical-coordinate representation of color #011275: hue angle of 231.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011275 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 18 117 -
CMYK 0.99 0.85 0 0.54
HSL 231.21º 0.98% 0.23% -
HSV(B) 231.21º 0.99% 0.46% -
XYZ 3.44 1.72 16.98 -
YUV 24.2 180.37 111.45 -
System Red Green Blue C M Y K H S L
Decimal 1 18 117 0.99 0.85 0 0.54 231.21 0.98 0.23
Hex 1 12 75 63 55 0 36 E7 62 17
Octal 1 22 165 143 125 0 66 347 142 27
Binary 1 10010 1110101 1100011 1010101 0 110110 11100111 1100010 10111

Color Harmonies of #011275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011275

Black with #011275

Text Example


Text Example

White with #011275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011275; }

 p { color: rgb(1,18,117); }

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

background-color css

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

 a { background-color: rgb(1,18,117); }

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

border-color css

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

 span { border-color: rgb(1,18,117); }

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