Html Css Color HEX #1162F3 Navy Blue

📋 copy color: '#1162F3'

red 17 ◦ green 98 ◦ blue 243

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

Shades of Navy Blue #1162F3

Tints of Navy Blue #1162F3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.37%

 BLUE value IS 243 (95.31% from 255) = 67.88%

R = 4.75%
G = 27.37%
B = 67.88%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1162F3 (or 0x1162F3) is known color: Navy Blue. HEX triplet: 11, 62 and F3. RGB value is (17,98,243). Sum of RGB (Red+Green+Blue) = 17+98+243=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 243 (95.31% from 255 or 67.88% from 358); Max value from RGB is 243 - color contains mainly: blue. Hex color #1162F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1162F3 is #EE9D0C. Grayscale: #595959. Windows color (decimal): -15637773 or 15950353. OLE color: 15950353.

HSL color Cylindrical-coordinate representation of color #1162F3: hue angle of 218.5º 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 #1162F3 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 98 243 -
CMYK 0.93 0.60 0 0.05
HSL 218.5º 0.9% 0.51% -
HSV(B) 218.5º 0.93% 0.95% -
XYZ 20.78 15.33 86.66 -
YUV 90.31 214.16 75.71 -
System Red Green Blue C M Y K H S L
Decimal 17 98 243 0.93 0.60 0 0.05 218.5 0.9 0.51
Hex 11 62 F3 5D 3C 0 5 DA 5A 33
Octal 21 142 363 135 74 0 5 332 132 63
Binary 10001 1100010 11110011 1011101 111100 0 101 11011010 1011010 110011

Color Harmonies of #1162F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1162F3

Black with #1162F3

Text Example


Text Example

White with #1162F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1162F3; }

 p { color: rgb(17,98,243); }

 H1.HeaderClassName
 {
   color: #1162F3;
 }
 .AnyTagClassName
 {
   color: #1162F3;
 }
</style>

background-color css

<style>
 a { background-color: #1162F3; }

 a { background-color: rgb(17,98,243); }

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

border-color css

<style>
 span { border-color: #1162F3; }

 span { border-color: rgb(17,98,243); }

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