Html Css Color HEX #1175CF Navy Blue

📋 copy color: '#1175CF'

red 17 ◦ green 117 ◦ blue 207

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

Shades of Navy Blue #1175CF

Tints of Navy Blue #1175CF

RGB

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

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

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

R = 4.99%
G = 34.31%
B = 60.7%

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

#1175CF (or 0x1175CF) is known color: Navy Blue. HEX triplet: 11, 75 and CF. RGB value is (17,117,207). Sum of RGB (Red+Green+Blue) = 17+117+207=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #1175CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1175CF is #EE8A30. Grayscale: #606060. Windows color (decimal): -15632945 or 13595921. OLE color: 13595921.

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

Color convert

RGB 17 117 207 -
CMYK 0.92 0.43 0 0.19
HSL 208.42º 0.85% 0.44% -
HSV(B) 208.42º 0.92% 0.81% -
XYZ 17.85 17.35 61.44 -
YUV 97.36 189.87 70.68 -
System Red Green Blue C M Y K H S L
Decimal 17 117 207 0.92 0.43 0 0.19 208.42 0.85 0.44
Hex 11 75 CF 5C 2B 0 13 D0 55 2C
Octal 21 165 317 134 53 0 23 320 125 54
Binary 10001 1110101 11001111 1011100 101011 0 10011 11010000 1010101 101100

Color Harmonies of #1175CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1175CF

Black with #1175CF

Text Example


Text Example

White with #1175CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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