Html Css Color HEX #1174CE Navy Blue

📋 copy color: '#1174CE'

red 17 ◦ green 116 ◦ blue 206

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

Shades of Navy Blue #1174CE

Tints of Navy Blue #1174CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 5.01%
G = 34.22%
B = 60.77%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1174CE (or 0x1174CE) is known color: Navy Blue. HEX triplet: 11, 74 and CE. RGB value is (17,116,206). Sum of RGB (Red+Green+Blue) = 17+116+206=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #1174CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1174CE is #EE8B31. Grayscale: #606060. Windows color (decimal): -15633202 or 13530129. OLE color: 13530129.

HSL color Cylindrical-coordinate representation of color #1174CE: hue angle of 208.57º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1174CE is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 116 206 -
CMYK 0.92 0.44 0 0.19
HSL 208.57º 0.85% 0.44% -
HSV(B) 208.57º 0.92% 0.81% -
XYZ 17.62 17.07 60.76 -
YUV 96.66 189.7 71.18 -
System Red Green Blue C M Y K H S L
Decimal 17 116 206 0.92 0.44 0 0.19 208.57 0.85 0.44
Hex 11 74 CE 5C 2C 0 13 D1 55 2C
Octal 21 164 316 134 54 0 23 321 125 54
Binary 10001 1110100 11001110 1011100 101100 0 10011 11010001 1010101 101100

Color Harmonies of #1174CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1174CE

Black with #1174CE

Text Example


Text Example

White with #1174CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1174CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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