Html Css Color HEX #1184DC Navy Blue

📋 copy color: '#1184DC'

red 17 ◦ green 132 ◦ blue 220

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

Shades of Navy Blue #1184DC

Tints of Navy Blue #1184DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 4.61%
G = 35.77%
B = 59.62%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1184DC (or 0x1184DC) is known color: Navy Blue. HEX triplet: 11, 84 and DC. RGB value is (17,132,220). Sum of RGB (Red+Green+Blue) = 17+132+220=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #1184DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1184DC is #EE7B23. Grayscale: #6B6B6B. Windows color (decimal): -15629092 or 14451729. OLE color: 14451729.

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

Color convert

RGB 17 132 220 -
CMYK 0.92 0.40 0 0.14
HSL 206.01º 0.86% 0.46% -
HSV(B) 206.01º 0.92% 0.86% -
XYZ 21.4 21.79 70.79 -
YUV 107.65 191.4 63.34 -
System Red Green Blue C M Y K H S L
Decimal 17 132 220 0.92 0.40 0 0.14 206.01 0.86 0.46
Hex 11 84 DC 5C 28 0 E CE 56 2E
Octal 21 204 334 134 50 0 16 316 126 56
Binary 10001 10000100 11011100 1011100 101000 0 1110 11001110 1010110 101110

Color Harmonies of #1184DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1184DC

Black with #1184DC

Text Example


Text Example

White with #1184DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1184DC; }

 p { color: rgb(17,132,220); }

 H1.HeaderClassName
 {
   color: #1184DC;
 }
 .AnyTagClassName
 {
   color: #1184DC;
 }
</style>

background-color css

<style>
 a { background-color: #1184DC; }

 a { background-color: rgb(17,132,220); }

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

border-color css

<style>
 span { border-color: #1184DC; }

 span { border-color: rgb(17,132,220); }

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