Html Css Color HEX #1183CE Navy Blue

📋 copy color: '#1183CE'

red 17 ◦ green 131 ◦ blue 206

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

Shades of Navy Blue #1183CE

Tints of Navy Blue #1183CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

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

R = 4.8%
G = 37.01%
B = 58.19%

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

#1183CE (or 0x1183CE) is known color: Navy Blue. HEX triplet: 11, 83 and CE. RGB value is (17,131,206). Sum of RGB (Red+Green+Blue) = 17+131+206=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #1183CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1183CE is #EE7C31. Grayscale: #696969. Windows color (decimal): -15629362 or 13533969. OLE color: 13533969.

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

Color convert

RGB 17 131 206 -
CMYK 0.92 0.36 0 0.19
HSL 203.81º 0.85% 0.44% -
HSV(B) 203.81º 0.92% 0.81% -
XYZ 19.49 20.81 61.38 -
YUV 105.46 184.73 64.9 -
System Red Green Blue C M Y K H S L
Decimal 17 131 206 0.92 0.36 0 0.19 203.81 0.85 0.44
Hex 11 83 CE 5C 24 0 13 CC 55 2C
Octal 21 203 316 134 44 0 23 314 125 54
Binary 10001 10000011 11001110 1011100 100100 0 10011 11001100 1010101 101100

Color Harmonies of #1183CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1183CE

Black with #1183CE

Text Example


Text Example

White with #1183CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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