Html Css Color HEX #110075 Navy

📋 copy color: '#110075'

red 17 ◦ green 0 ◦ blue 117

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

Shades of Navy #110075

Tints of Navy #110075

RGB

 RED value IS 17 (7.03% from 255) = 12.69%

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

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

R = 12.69%
G = 0%
B = 87.31%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#110075 (or 0x110075) is known color: Navy. HEX triplet: 11, 00 and 75. RGB value is (17,0,117). Sum of RGB (Red+Green+Blue) = 17+0+117=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 117 (46.09% from 255 or 87.31% from 134); Max value from RGB is 117 - color contains mainly: blue. Hex color #110075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110075 is #EEFF8A. Grayscale: #111111. Windows color (decimal): -15662987 or 7667729. OLE color: 7667729.

HSL color Cylindrical-coordinate representation of color #110075: hue angle of 248.72º 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 #110075 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 0 117 -
CMYK 0.85 1 0 0.54
HSL 248.72º 1% 0.23% -
HSV(B) 248.72º 1% 0.46% -
XYZ 3.44 1.4 16.92 -
YUV 18.42 183.63 126.99 -
System Red Green Blue C M Y K H S L
Decimal 17 0 117 0.85 1 0 0.54 248.72 1 0.23
Hex 11 0 75 55 64 0 36 F9 64 17
Octal 21 0 165 125 144 0 66 371 144 27
Binary 10001 0 1110101 1010101 1100100 0 110110 11111001 1100100 10111

Color Harmonies of #110075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110075

Black with #110075

Text Example


Text Example

White with #110075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110075; }

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

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

background-color css

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

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

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

border-color css

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

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

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