Html Css Color HEX #1172DF Navy Blue

📋 copy color: '#1172DF'

red 17 ◦ green 114 ◦ blue 223

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

Shades of Navy Blue #1172DF

Tints of Navy Blue #1172DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.99%

R = 4.8%
G = 32.2%
B = 62.99%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1172DF (or 0x1172DF) is known color: Navy Blue. HEX triplet: 11, 72 and DF. RGB value is (17,114,223). Sum of RGB (Red+Green+Blue) = 17+114+223=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #1172DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172DF is #EE8D20. Grayscale: #606060. Windows color (decimal): -15633697 or 14643729. OLE color: 14643729.

HSL color Cylindrical-coordinate representation of color #1172DF: hue angle of 211.75º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1172DF is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 114 223 -
CMYK 0.92 0.49 0 0.13
HSL 211.75º 0.86% 0.47% -
HSV(B) 211.75º 0.92% 0.87% -
XYZ 19.57 17.48 72.15 -
YUV 97.42 198.86 70.64 -
System Red Green Blue C M Y K H S L
Decimal 17 114 223 0.92 0.49 0 0.13 211.75 0.86 0.47
Hex 11 72 DF 5C 31 0 D D4 56 2F
Octal 21 162 337 134 61 0 15 324 126 57
Binary 10001 1110010 11011111 1011100 110001 0 1101 11010100 1010110 101111

Color Harmonies of #1172DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172DF

Black with #1172DF

Text Example


Text Example

White with #1172DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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