Html Css Color HEX #1167EC Navy Blue

📋 copy color: '#1167EC'

red 17 ◦ green 103 ◦ blue 236

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

Shades of Navy Blue #1167EC

Tints of Navy Blue #1167EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

 BLUE value IS 236 (92.58% from 255) = 66.29%

R = 4.78%
G = 28.93%
B = 66.29%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1167EC (or 0x1167EC) is known color: Navy Blue. HEX triplet: 11, 67 and EC. RGB value is (17,103,236). Sum of RGB (Red+Green+Blue) = 17+103+236=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #1167EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1167EC is #EE9813. Grayscale: #5B5B5B. Windows color (decimal): -15636500 or 15492881. OLE color: 15492881.

HSL color Cylindrical-coordinate representation of color #1167EC: hue angle of 216.44º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1167EC is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 103 236 -
CMYK 0.93 0.56 0 0.07
HSL 216.44º 0.87% 0.5% -
HSV(B) 216.44º 0.93% 0.93% -
XYZ 20.22 15.88 81.36 -
YUV 92.45 209.01 74.19 -
System Red Green Blue C M Y K H S L
Decimal 17 103 236 0.93 0.56 0 0.07 216.44 0.87 0.5
Hex 11 67 EC 5D 38 0 7 D8 57 32
Octal 21 147 354 135 70 0 7 330 127 62
Binary 10001 1100111 11101100 1011101 111000 0 111 11011000 1010111 110010

Color Harmonies of #1167EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1167EC

Black with #1167EC

Text Example


Text Example

White with #1167EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1167EC; }

 p { color: rgb(17,103,236); }

 H1.HeaderClassName
 {
   color: #1167EC;
 }
 .AnyTagClassName
 {
   color: #1167EC;
 }
</style>

background-color css

<style>
 a { background-color: #1167EC; }

 a { background-color: rgb(17,103,236); }

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

border-color css

<style>
 span { border-color: #1167EC; }

 span { border-color: rgb(17,103,236); }

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