Html Css Color HEX #110274 Navy

📋 copy color: '#110274'

red 17 ◦ green 2 ◦ blue 116

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

Shades of Navy #110274

Tints of Navy #110274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 85.93%

R = 12.59%
G = 1.48%
B = 85.93%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#110274 (or 0x110274) is known color: Navy. HEX triplet: 11, 02 and 74. RGB value is (17,2,116). Sum of RGB (Red+Green+Blue) = 17+2+116=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 116 (45.70% from 255 or 85.93% from 135); Max value from RGB is 116 - color contains mainly: blue. Hex color #110274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110274 is #EEFD8B. Grayscale: #131313. Windows color (decimal): -15662476 or 7602705. OLE color: 7602705.

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

Color convert

RGB 17 2 116 -
CMYK 0.85 0.98 0 0.55
HSL 247.89º 0.97% 0.23% -
HSV(B) 247.89º 0.98% 0.45% -
XYZ 3.41 1.42 16.62 -
YUV 19.48 182.47 126.23 -
System Red Green Blue C M Y K H S L
Decimal 17 2 116 0.85 0.98 0 0.55 247.89 0.97 0.23
Hex 11 2 74 55 62 0 37 F8 61 17
Octal 21 2 164 125 142 0 67 370 141 27
Binary 10001 10 1110100 1010101 1100010 0 110111 11111000 1100001 10111

Color Harmonies of #110274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110274

Black with #110274

Text Example


Text Example

White with #110274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110274; }

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

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

background-color css

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

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

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

border-color css

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

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

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