Html Css Color HEX #1175DA Navy Blue

📋 copy color: '#1175DA'

red 17 ◦ green 117 ◦ blue 218

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

Shades of Navy Blue #1175DA

Tints of Navy Blue #1175DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.93%

R = 4.83%
G = 33.24%
B = 61.93%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1175DA (or 0x1175DA) is known color: Navy Blue. HEX triplet: 11, 75 and DA. RGB value is (17,117,218). Sum of RGB (Red+Green+Blue) = 17+117+218=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #1175DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1175DA is #EE8A25. Grayscale: #626262. Windows color (decimal): -15632934 or 14316817. OLE color: 14316817.

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

Color convert

RGB 17 117 218 -
CMYK 0.92 0.46 0 0.15
HSL 210.15º 0.86% 0.46% -
HSV(B) 210.15º 0.92% 0.85% -
XYZ 19.25 17.9 68.77 -
YUV 98.61 195.37 69.79 -
System Red Green Blue C M Y K H S L
Decimal 17 117 218 0.92 0.46 0 0.15 210.15 0.86 0.46
Hex 11 75 DA 5C 2E 0 F D2 56 2E
Octal 21 165 332 134 56 0 17 322 126 56
Binary 10001 1110101 11011010 1011100 101110 0 1111 11010010 1010110 101110

Color Harmonies of #1175DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1175DA

Black with #1175DA

Text Example


Text Example

White with #1175DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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