Html Css Color HEX #1178CE Navy Blue

📋 copy color: '#1178CE'

red 17 ◦ green 120 ◦ blue 206

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

Shades of Navy Blue #1178CE

Tints of Navy Blue #1178CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.99%

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

R = 4.96%
G = 34.99%
B = 60.06%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1178CE (or 0x1178CE) is known color: Navy Blue. HEX triplet: 11, 78 and CE. RGB value is (17,120,206). Sum of RGB (Red+Green+Blue) = 17+120+206=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #1178CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1178CE is #EE8731. Grayscale: #626262. Windows color (decimal): -15632178 or 13531153. OLE color: 13531153.

HSL color Cylindrical-coordinate representation of color #1178CE: hue angle of 207.3º 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 #1178CE is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 120 206 -
CMYK 0.92 0.42 0 0.19
HSL 207.3º 0.85% 0.44% -
HSV(B) 207.3º 0.92% 0.81% -
XYZ 18.09 18.01 60.92 -
YUV 99.01 188.38 69.51 -
System Red Green Blue C M Y K H S L
Decimal 17 120 206 0.92 0.42 0 0.19 207.3 0.85 0.44
Hex 11 78 CE 5C 2A 0 13 CF 55 2C
Octal 21 170 316 134 52 0 23 317 125 54
Binary 10001 1111000 11001110 1011100 101010 0 10011 11001111 1010101 101100

Color Harmonies of #1178CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1178CE

Black with #1178CE

Text Example


Text Example

White with #1178CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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