Html Css Color HEX #1175DC Navy Blue

📋 copy color: '#1175DC'

red 17 ◦ green 117 ◦ blue 220

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

Shades of Navy Blue #1175DC

Tints of Navy Blue #1175DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 4.8%
G = 33.05%
B = 62.15%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1175DC (or 0x1175DC) is known color: Navy Blue. HEX triplet: 11, 75 and DC. RGB value is (17,117,220). Sum of RGB (Red+Green+Blue) = 17+117+220=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #1175DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1175DC is #EE8A23. Grayscale: #626262. Windows color (decimal): -15632932 or 14447889. OLE color: 14447889.

HSL color Cylindrical-coordinate representation of color #1175DC: hue angle of 210.44º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1175DC is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 117 220 -
CMYK 0.92 0.47 0 0.14
HSL 210.44º 0.86% 0.46% -
HSV(B) 210.44º 0.92% 0.86% -
XYZ 19.51 18.01 70.16 -
YUV 98.84 196.37 69.62 -
System Red Green Blue C M Y K H S L
Decimal 17 117 220 0.92 0.47 0 0.14 210.44 0.86 0.46
Hex 11 75 DC 5C 2F 0 E D2 56 2E
Octal 21 165 334 134 57 0 16 322 126 56
Binary 10001 1110101 11011100 1011100 101111 0 1110 11010010 1010110 101110

Color Harmonies of #1175DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1175DC

Black with #1175DC

Text Example


Text Example

White with #1175DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1175DC; }

 p { color: rgb(17,117,220); }

 H1.HeaderClassName
 {
   color: #1175DC;
 }
 .AnyTagClassName
 {
   color: #1175DC;
 }
</style>

background-color css

<style>
 a { background-color: #1175DC; }

 a { background-color: rgb(17,117,220); }

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

border-color css

<style>
 span { border-color: #1175DC; }

 span { border-color: rgb(17,117,220); }

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