Html Css Color HEX #1168EE Navy Blue

📋 copy color: '#1168EE'

red 17 ◦ green 104 ◦ blue 238

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

Shades of Navy Blue #1168EE

Tints of Navy Blue #1168EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.3%

R = 4.74%
G = 28.97%
B = 66.3%

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

#1168EE (or 0x1168EE) is known color: Navy Blue. HEX triplet: 11, 68 and EE. RGB value is (17,104,238). Sum of RGB (Red+Green+Blue) = 17+104+238=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #1168EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1168EE is #EE9711. Grayscale: #5C5C5C. Windows color (decimal): -15636242 or 15624209. OLE color: 15624209.

HSL color Cylindrical-coordinate representation of color #1168EE: hue angle of 216.38º 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 #1168EE is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 104 238 -
CMYK 0.93 0.56 0 0.07
HSL 216.38º 0.87% 0.5% -
HSV(B) 216.38º 0.93% 0.93% -
XYZ 20.61 16.19 82.93 -
YUV 93.26 209.68 73.6 -
System Red Green Blue C M Y K H S L
Decimal 17 104 238 0.93 0.56 0 0.07 216.38 0.87 0.5
Hex 11 68 EE 5D 38 0 7 D8 57 32
Octal 21 150 356 135 70 0 7 330 127 62
Binary 10001 1101000 11101110 1011101 111000 0 111 11011000 1010111 110010

Color Harmonies of #1168EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1168EE

Black with #1168EE

Text Example


Text Example

White with #1168EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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