Html Css Color HEX #1182CE Navy Blue

📋 copy color: '#1182CE'

red 17 ◦ green 130 ◦ blue 206

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

Shades of Navy Blue #1182CE

Tints of Navy Blue #1182CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 4.82%
G = 36.83%
B = 58.36%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1182CE (or 0x1182CE) is known color: Navy Blue. HEX triplet: 11, 82 and CE. RGB value is (17,130,206). Sum of RGB (Red+Green+Blue) = 17+130+206=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #1182CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1182CE is #EE7D31. Grayscale: #686868. Windows color (decimal): -15629618 or 13533713. OLE color: 13533713.

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

Color convert

RGB 17 130 206 -
CMYK 0.92 0.37 0 0.19
HSL 204.13º 0.85% 0.44% -
HSV(B) 204.13º 0.92% 0.81% -
XYZ 19.35 20.54 61.34 -
YUV 104.88 185.06 65.32 -
System Red Green Blue C M Y K H S L
Decimal 17 130 206 0.92 0.37 0 0.19 204.13 0.85 0.44
Hex 11 82 CE 5C 25 0 13 CC 55 2C
Octal 21 202 316 134 45 0 23 314 125 54
Binary 10001 10000010 11001110 1011100 100101 0 10011 11001100 1010101 101100

Color Harmonies of #1182CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1182CE

Black with #1182CE

Text Example


Text Example

White with #1182CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1182CE; }

 p { color: rgb(17,130,206); }

 H1.HeaderClassName
 {
   color: #1182CE;
 }
 .AnyTagClassName
 {
   color: #1182CE;
 }
</style>

background-color css

<style>
 a { background-color: #1182CE; }

 a { background-color: rgb(17,130,206); }

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

border-color css

<style>
 span { border-color: #1182CE; }

 span { border-color: rgb(17,130,206); }

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