Html Css Color HEX #1168EB Navy Blue

📋 copy color: '#1168EB'

red 17 ◦ green 104 ◦ blue 235

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

Shades of Navy Blue #1168EB

Tints of Navy Blue #1168EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.01%

R = 4.78%
G = 29.21%
B = 66.01%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1168EB (or 0x1168EB) is known color: Navy Blue. HEX triplet: 11, 68 and EB. RGB value is (17,104,235). Sum of RGB (Red+Green+Blue) = 17+104+235=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #1168EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1168EB is #EE9714. Grayscale: #5C5C5C. Windows color (decimal): -15636245 or 15427601. OLE color: 15427601.

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

Color convert

RGB 17 104 235 -
CMYK 0.93 0.56 0 0.08
HSL 216.06º 0.87% 0.49% -
HSV(B) 216.06º 0.93% 0.92% -
XYZ 20.18 16.02 80.63 -
YUV 92.92 208.18 73.85 -
System Red Green Blue C M Y K H S L
Decimal 17 104 235 0.93 0.56 0 0.08 216.06 0.87 0.49
Hex 11 68 EB 5D 38 0 8 D8 57 31
Octal 21 150 353 135 70 0 10 330 127 61
Binary 10001 1101000 11101011 1011101 111000 0 1000 11011000 1010111 110001

Color Harmonies of #1168EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1168EB

Black with #1168EB

Text Example


Text Example

White with #1168EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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