Html Css Color HEX #1175CE Navy Blue

📋 copy color: '#1175CE'

red 17 ◦ green 117 ◦ blue 206

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

Shades of Navy Blue #1175CE

Tints of Navy Blue #1175CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 5%
G = 34.41%
B = 60.59%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1175CE (or 0x1175CE) is known color: Navy Blue. HEX triplet: 11, 75 and CE. RGB value is (17,117,206). Sum of RGB (Red+Green+Blue) = 17+117+206=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #1175CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1175CE is #EE8A31. Grayscale: #606060. Windows color (decimal): -15632946 or 13530385. OLE color: 13530385.

HSL color Cylindrical-coordinate representation of color #1175CE: hue angle of 208.25º 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 #1175CE is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 117 206 -
CMYK 0.92 0.43 0 0.19
HSL 208.25º 0.85% 0.44% -
HSV(B) 208.25º 0.92% 0.81% -
XYZ 17.73 17.3 60.8 -
YUV 97.25 189.37 70.76 -
System Red Green Blue C M Y K H S L
Decimal 17 117 206 0.92 0.43 0 0.19 208.25 0.85 0.44
Hex 11 75 CE 5C 2B 0 13 D0 55 2C
Octal 21 165 316 134 53 0 23 320 125 54
Binary 10001 1110101 11001110 1011100 101011 0 10011 11010000 1010101 101100

Color Harmonies of #1175CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1175CE

Black with #1175CE

Text Example


Text Example

White with #1175CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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