Html Css Color HEX #117BC2 Navy Blue

📋 copy color: '#117BC2'

red 17 ◦ green 123 ◦ blue 194

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

Shades of Navy Blue #117BC2

Tints of Navy Blue #117BC2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

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

R = 5.09%
G = 36.83%
B = 58.08%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#117BC2 (or 0x117BC2) is known color: Navy Blue. HEX triplet: 11, 7B and C2. RGB value is (17,123,194). Sum of RGB (Red+Green+Blue) = 17+123+194=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 194 (76.17% from 255 or 58.08% from 334); Max value from RGB is 194 - color contains mainly: blue. Hex color #117BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BC2 is #EE843D. Grayscale: #636363. Windows color (decimal): -15631422 or 12745489. OLE color: 12745489.

HSL color Cylindrical-coordinate representation of color #117BC2: hue angle of 204.07º 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 #117BC2 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 123 194 -
CMYK 0.91 0.37 0 0.24
HSL 204.07º 0.84% 0.41% -
HSV(B) 204.07º 0.91% 0.76% -
XYZ 17.05 18.18 53.65 -
YUV 99.4 181.38 69.23 -
System Red Green Blue C M Y K H S L
Decimal 17 123 194 0.91 0.37 0 0.24 204.07 0.84 0.41
Hex 11 7B C2 5B 25 0 18 CC 54 29
Octal 21 173 302 133 45 0 30 314 124 51
Binary 10001 1111011 11000010 1011011 100101 0 11000 11001100 1010100 101001

Color Harmonies of #117BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BC2

Black with #117BC2

Text Example


Text Example

White with #117BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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