Html Css Color HEX #1172CF Navy Blue

📋 copy color: '#1172CF'

red 17 ◦ green 114 ◦ blue 207

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

Shades of Navy Blue #1172CF

Tints of Navy Blue #1172CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.24%

R = 5.03%
G = 33.73%
B = 61.24%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1172CF (or 0x1172CF) is known color: Navy Blue. HEX triplet: 11, 72 and CF. RGB value is (17,114,207). Sum of RGB (Red+Green+Blue) = 17+114+207=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #1172CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172CF is #EE8D30. Grayscale: #5F5F5F. Windows color (decimal): -15633713 or 13595153. OLE color: 13595153.

HSL color Cylindrical-coordinate representation of color #1172CF: hue angle of 209.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1172CF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 114 207 -
CMYK 0.92 0.45 0 0.19
HSL 209.37º 0.85% 0.44% -
HSV(B) 209.37º 0.92% 0.81% -
XYZ 17.51 16.66 61.32 -
YUV 95.6 190.86 71.94 -
System Red Green Blue C M Y K H S L
Decimal 17 114 207 0.92 0.45 0 0.19 209.37 0.85 0.44
Hex 11 72 CF 5C 2D 0 13 D1 55 2C
Octal 21 162 317 134 55 0 23 321 125 54
Binary 10001 1110010 11001111 1011100 101101 0 10011 11010001 1010101 101100

Color Harmonies of #1172CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172CF

Black with #1172CF

Text Example


Text Example

White with #1172CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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