Html Css Color HEX #117DC2 Navy Blue

📋 copy color: '#117DC2'

red 17 ◦ green 125 ◦ blue 194

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

Shades of Navy Blue #117DC2

Tints of Navy Blue #117DC2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.2%

 BLUE value IS 194 (76.17% from 255) = 57.74%

R = 5.06%
G = 37.2%
B = 57.74%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#117DC2 (or 0x117DC2) is known color: Navy Blue. HEX triplet: 11, 7D and C2. RGB value is (17,125,194). Sum of RGB (Red+Green+Blue) = 17+125+194=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 194 (76.17% from 255 or 57.74% from 336); Max value from RGB is 194 - color contains mainly: blue. Hex color #117DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DC2 is #EE823D. Grayscale: #646464. Windows color (decimal): -15630910 or 12746001. OLE color: 12746001.

HSL color Cylindrical-coordinate representation of color #117DC2: hue angle of 203.39º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117DC2 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 125 194 -
CMYK 0.91 0.36 0 0.24
HSL 203.39º 0.84% 0.41% -
HSV(B) 203.39º 0.91% 0.76% -
XYZ 17.3 18.68 53.73 -
YUV 100.57 180.72 68.39 -
System Red Green Blue C M Y K H S L
Decimal 17 125 194 0.91 0.36 0 0.24 203.39 0.84 0.41
Hex 11 7D C2 5B 24 0 18 CB 54 29
Octal 21 175 302 133 44 0 30 313 124 51
Binary 10001 1111101 11000010 1011011 100100 0 11000 11001011 1010100 101001

Color Harmonies of #117DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DC2

Black with #117DC2

Text Example


Text Example

White with #117DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117DC2; }

 p { color: rgb(17,125,194); }

 H1.HeaderClassName
 {
   color: #117DC2;
 }
 .AnyTagClassName
 {
   color: #117DC2;
 }
</style>

background-color css

<style>
 a { background-color: #117DC2; }

 a { background-color: rgb(17,125,194); }

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

border-color css

<style>
 span { border-color: #117DC2; }

 span { border-color: rgb(17,125,194); }

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