Html Css Color HEX #1168F2 Navy Blue

📋 copy color: '#1168F2'

red 17 ◦ green 104 ◦ blue 242

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

Shades of Navy Blue #1168F2

Tints of Navy Blue #1168F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 66.67%

R = 4.68%
G = 28.65%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1168F2 (or 0x1168F2) is known color: Navy Blue. HEX triplet: 11, 68 and F2. RGB value is (17,104,242). Sum of RGB (Red+Green+Blue) = 17+104+242=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 242 (94.92% from 255 or 66.67% from 363); Max value from RGB is 242 - color contains mainly: blue. Hex color #1168F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1168F2 is #EE970D. Grayscale: #5D5D5D. Windows color (decimal): -15636238 or 15886353. OLE color: 15886353.

HSL color Cylindrical-coordinate representation of color #1168F2: hue angle of 216.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1168F2 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 104 242 -
CMYK 0.93 0.57 0 0.05
HSL 216.8º 0.9% 0.51% -
HSV(B) 216.8º 0.93% 0.95% -
XYZ 21.21 16.43 86.06 -
YUV 93.72 211.68 73.28 -
System Red Green Blue C M Y K H S L
Decimal 17 104 242 0.93 0.57 0 0.05 216.8 0.9 0.51
Hex 11 68 F2 5D 39 0 5 D9 5A 33
Octal 21 150 362 135 71 0 5 331 132 63
Binary 10001 1101000 11110010 1011101 111001 0 101 11011001 1011010 110011

Color Harmonies of #1168F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1168F2

Black with #1168F2

Text Example


Text Example

White with #1168F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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