Html Css Color HEX #1163EA Navy Blue

📋 copy color: '#1163EA'

red 17 ◦ green 99 ◦ blue 234

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

Shades of Navy Blue #1163EA

Tints of Navy Blue #1163EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

 BLUE value IS 234 (91.8% from 255) = 66.86%

R = 4.86%
G = 28.29%
B = 66.86%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1163EA (or 0x1163EA) is known color: Navy Blue. HEX triplet: 11, 63 and EA. RGB value is (17,99,234). Sum of RGB (Red+Green+Blue) = 17+99+234=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #1163EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1163EA is #EE9C15. Grayscale: #595959. Windows color (decimal): -15637526 or 15360785. OLE color: 15360785.

HSL color Cylindrical-coordinate representation of color #1163EA: hue angle of 217.33º degrees, saturation: 0.86, 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 #1163EA is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 99 234 -
CMYK 0.93 0.58 0 0.08
HSL 217.33º 0.86% 0.49% -
HSV(B) 217.33º 0.93% 0.92% -
XYZ 19.54 14.98 79.7 -
YUV 89.87 209.33 76.02 -
System Red Green Blue C M Y K H S L
Decimal 17 99 234 0.93 0.58 0 0.08 217.33 0.86 0.49
Hex 11 63 EA 5D 3A 0 8 D9 56 31
Octal 21 143 352 135 72 0 10 331 126 61
Binary 10001 1100011 11101010 1011101 111010 0 1000 11011001 1010110 110001

Color Harmonies of #1163EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1163EA

Black with #1163EA

Text Example


Text Example

White with #1163EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1163EA; }

 p { color: rgb(17,99,234); }

 H1.HeaderClassName
 {
   color: #1163EA;
 }
 .AnyTagClassName
 {
   color: #1163EA;
 }
</style>

background-color css

<style>
 a { background-color: #1163EA; }

 a { background-color: rgb(17,99,234); }

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

border-color css

<style>
 span { border-color: #1163EA; }

 span { border-color: rgb(17,99,234); }

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