Html Css Color HEX #1172CB Navy Blue

📋 copy color: '#1172CB'

red 17 ◦ green 114 ◦ blue 203

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

Shades of Navy Blue #1172CB

Tints of Navy Blue #1172CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.78%

R = 5.09%
G = 34.13%
B = 60.78%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1172CB (or 0x1172CB) is known color: Navy Blue. HEX triplet: 11, 72 and CB. RGB value is (17,114,203). Sum of RGB (Red+Green+Blue) = 17+114+203=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #1172CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172CB is #EE8D34. Grayscale: #5E5E5E. Windows color (decimal): -15633717 or 13333009. OLE color: 13333009.

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

Color convert

RGB 17 114 203 -
CMYK 0.92 0.44 0 0.20
HSL 208.71º 0.85% 0.43% -
HSV(B) 208.71º 0.92% 0.8% -
XYZ 17.03 16.47 58.78 -
YUV 95.14 188.86 72.26 -
System Red Green Blue C M Y K H S L
Decimal 17 114 203 0.92 0.44 0 0.20 208.71 0.85 0.43
Hex 11 72 CB 5C 2C 0 14 D1 55 2B
Octal 21 162 313 134 54 0 24 321 125 53
Binary 10001 1110010 11001011 1011100 101100 0 10100 11010001 1010101 101011

Color Harmonies of #1172CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172CB

Black with #1172CB

Text Example


Text Example

White with #1172CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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