Html Css Color HEX #110675 Navy

📋 copy color: '#110675'

red 17 ◦ green 6 ◦ blue 117

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

Shades of Navy #110675

Tints of Navy #110675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

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

R = 12.14%
G = 4.29%
B = 83.57%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#110675 (or 0x110675) is known color: Navy. HEX triplet: 11, 06 and 75. RGB value is (17,6,117). Sum of RGB (Red+Green+Blue) = 17+6+117=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #110675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110675 is #EEF98A. Grayscale: #151515. Windows color (decimal): -15661451 or 7669265. OLE color: 7669265.

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

Color convert

RGB 17 6 117 -
CMYK 0.85 0.95 0 0.54
HSL 245.95º 0.9% 0.24% -
HSV(B) 245.95º 0.95% 0.46% -
XYZ 3.51 1.53 16.94 -
YUV 21.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 17 6 117 0.85 0.95 0 0.54 245.95 0.9 0.24
Hex 11 6 75 55 5F 0 36 F6 5A 18
Octal 21 6 165 125 137 0 66 366 132 30
Binary 10001 110 1110101 1010101 1011111 0 110110 11110110 1011010 11000

Color Harmonies of #110675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110675

Black with #110675

Text Example


Text Example

White with #110675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110675; }

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

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

background-color css

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

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

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

border-color css

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

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

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