Html Css Color HEX #1184CF Navy Blue

📋 copy color: '#1184CF'

red 17 ◦ green 132 ◦ blue 207

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

Shades of Navy Blue #1184CF

Tints of Navy Blue #1184CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.15%

R = 4.78%
G = 37.08%
B = 58.15%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1184CF (or 0x1184CF) is known color: Navy Blue. HEX triplet: 11, 84 and CF. RGB value is (17,132,207). Sum of RGB (Red+Green+Blue) = 17+132+207=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #1184CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1184CF is #EE7B30. Grayscale: #696969. Windows color (decimal): -15629105 or 13599761. OLE color: 13599761.

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

Color convert

RGB 17 132 207 -
CMYK 0.92 0.36 0 0.19
HSL 203.68º 0.85% 0.44% -
HSV(B) 203.68º 0.92% 0.81% -
XYZ 19.74 21.13 62.07 -
YUV 106.17 184.9 64.4 -
System Red Green Blue C M Y K H S L
Decimal 17 132 207 0.92 0.36 0 0.19 203.68 0.85 0.44
Hex 11 84 CF 5C 24 0 13 CC 55 2C
Octal 21 204 317 134 44 0 23 314 125 54
Binary 10001 10000100 11001111 1011100 100100 0 10011 11001100 1010101 101100

Color Harmonies of #1184CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1184CF

Black with #1184CF

Text Example


Text Example

White with #1184CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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