Html Css Color HEX #1172EB Navy Blue

📋 copy color: '#1172EB'

red 17 ◦ green 114 ◦ blue 235

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

Shades of Navy Blue #1172EB

Tints of Navy Blue #1172EB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

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

R = 4.64%
G = 31.15%
B = 64.21%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1172EB (or 0x1172EB) is known color: Navy Blue. HEX triplet: 11, 72 and EB. RGB value is (17,114,235). Sum of RGB (Red+Green+Blue) = 17+114+235=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #1172EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1172EB is #EE8D14. Grayscale: #626262. Windows color (decimal): -15633685 or 15430161. OLE color: 15430161.

HSL color Cylindrical-coordinate representation of color #1172EB: hue angle of 213.3º 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 #1172EB is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 114 235 -
CMYK 0.93 0.51 0 0.08
HSL 213.3º 0.87% 0.49% -
HSV(B) 213.3º 0.93% 0.92% -
XYZ 21.24 18.15 80.98 -
YUV 98.79 204.86 69.66 -
System Red Green Blue C M Y K H S L
Decimal 17 114 235 0.93 0.51 0 0.08 213.3 0.87 0.49
Hex 11 72 EB 5D 33 0 8 D5 57 31
Octal 21 162 353 135 63 0 10 325 127 61
Binary 10001 1110010 11101011 1011101 110011 0 1000 11010101 1010111 110001

Color Harmonies of #1172EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172EB

Black with #1172EB

Text Example


Text Example

White with #1172EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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