Html Css Color HEX #1168EC Navy Blue

📋 copy color: '#1168EC'

red 17 ◦ green 104 ◦ blue 236

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

Shades of Navy Blue #1168EC

Tints of Navy Blue #1168EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

 BLUE value IS 236 (92.58% from 255) = 66.11%

R = 4.76%
G = 29.13%
B = 66.11%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1168EC (or 0x1168EC) is known color: Navy Blue. HEX triplet: 11, 68 and EC. RGB value is (17,104,236). Sum of RGB (Red+Green+Blue) = 17+104+236=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #1168EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1168EC is #EE9713. Grayscale: #5C5C5C. Windows color (decimal): -15636244 or 15493137. OLE color: 15493137.

HSL color Cylindrical-coordinate representation of color #1168EC: hue angle of 216.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1168EC is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 104 236 -
CMYK 0.93 0.56 0 0.07
HSL 216.16º 0.87% 0.5% -
HSV(B) 216.16º 0.93% 0.93% -
XYZ 20.32 16.08 81.39 -
YUV 93.04 208.68 73.77 -
System Red Green Blue C M Y K H S L
Decimal 17 104 236 0.93 0.56 0 0.07 216.16 0.87 0.5
Hex 11 68 EC 5D 38 0 7 D8 57 32
Octal 21 150 354 135 70 0 7 330 127 62
Binary 10001 1101000 11101100 1011101 111000 0 111 11011000 1010111 110010

Color Harmonies of #1168EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1168EC

Black with #1168EC

Text Example


Text Example

White with #1168EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1168EC; }

 p { color: rgb(17,104,236); }

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

background-color css

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

 a { background-color: rgb(17,104,236); }

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

border-color css

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

 span { border-color: rgb(17,104,236); }

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