Html Css Color HEX #1183DA Navy Blue

📋 copy color: '#1183DA'

red 17 ◦ green 131 ◦ blue 218

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

Shades of Navy Blue #1183DA

Tints of Navy Blue #1183DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.56%

R = 4.64%
G = 35.79%
B = 59.56%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1183DA (or 0x1183DA) is known color: Navy Blue. HEX triplet: 11, 83 and DA. RGB value is (17,131,218). Sum of RGB (Red+Green+Blue) = 17+131+218=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #1183DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1183DA is #EE7C25. Grayscale: #6A6A6A. Windows color (decimal): -15629350 or 14320401. OLE color: 14320401.

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

Color convert

RGB 17 131 218 -
CMYK 0.92 0.40 0 0.15
HSL 205.97º 0.86% 0.46% -
HSV(B) 205.97º 0.92% 0.85% -
XYZ 21 21.41 69.36 -
YUV 106.83 190.73 63.93 -
System Red Green Blue C M Y K H S L
Decimal 17 131 218 0.92 0.40 0 0.15 205.97 0.86 0.46
Hex 11 83 DA 5C 28 0 F CE 56 2E
Octal 21 203 332 134 50 0 17 316 126 56
Binary 10001 10000011 11011010 1011100 101000 0 1111 11001110 1010110 101110

Color Harmonies of #1183DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1183DA

Black with #1183DA

Text Example


Text Example

White with #1183DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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