Html Css Color HEX #001075 Navy

📋 copy color: '#001075'

red 0 ◦ green 16 ◦ blue 117

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

Shades of Navy #001075

Tints of Navy #001075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

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

R = 0%
G = 12.03%
B = 87.97%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001075 (or 0x001075) is known color: Navy. HEX triplet: 00, 10 and 75. RGB value is (0,16,117). Sum of RGB (Red+Green+Blue) = 0+16+117=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 117 (46.09% from 255 or 87.97% from 133); Max value from RGB is 117 - color contains mainly: blue. Hex color #001075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001075 is #FFEF8A. Grayscale: #161616. Windows color (decimal): -16773003 or 7671808. OLE color: 7671808.

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

Color convert

RGB 0 16 117 -
CMYK 1 0.86 0 0.54
HSL 231.79º 1% 0.23% -
HSV(B) 231.79º 1% 0.46% -
XYZ 3.4 1.65 16.97 -
YUV 22.73 181.2 111.79 -
System Red Green Blue C M Y K H S L
Decimal 0 16 117 1 0.86 0 0.54 231.79 1 0.23
Hex 0 10 75 64 56 0 36 E8 64 17
Octal 0 20 165 144 126 0 66 350 144 27
Binary 0 10000 1110101 1100100 1010110 0 110110 11101000 1100100 10111

Color Harmonies of #001075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001075

Black with #001075

Text Example


Text Example

White with #001075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001075; }

 p { color: rgb(0,16,117); }

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

background-color css

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

 a { background-color: rgb(0,16,117); }

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

border-color css

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

 span { border-color: rgb(0,16,117); }

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