Html Css Color HEX #110270 Navy

📋 copy color: '#110270'

red 17 ◦ green 2 ◦ blue 112

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

Shades of Navy #110270

Tints of Navy #110270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

 BLUE value IS 112 (44.14% from 255) = 85.5%

R = 12.98%
G = 1.53%
B = 85.5%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110270 (or 0x110270) is known color: Navy. HEX triplet: 11, 02 and 70. RGB value is (17,2,112). Sum of RGB (Red+Green+Blue) = 17+2+112=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #110270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110270 is #EEFD8F. Grayscale: #121212. Windows color (decimal): -15662480 or 7340561. OLE color: 7340561.

HSL color Cylindrical-coordinate representation of color #110270: hue angle of 248.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110270 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 2 112 -
CMYK 0.85 0.98 0 0.56
HSL 248.18º 0.96% 0.22% -
HSV(B) 248.18º 0.98% 0.44% -
XYZ 3.18 1.33 15.42 -
YUV 19.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 17 2 112 0.85 0.98 0 0.56 248.18 0.96 0.22
Hex 11 2 70 55 62 0 38 F8 60 16
Octal 21 2 160 125 142 0 70 370 140 26
Binary 10001 10 1110000 1010101 1100010 0 111000 11111000 1100000 10110

Color Harmonies of #110270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110270

Black with #110270

Text Example


Text Example

White with #110270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110270; }

 p { color: rgb(17,2,112); }

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

background-color css

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

 a { background-color: rgb(17,2,112); }

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

border-color css

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

 span { border-color: rgb(17,2,112); }

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