Html Css Color HEX #1150DD Navy Blue

📋 copy color: '#1150DD'

red 17 ◦ green 80 ◦ blue 221

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

Shades of Navy Blue #1150DD

Tints of Navy Blue #1150DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.16%

 BLUE value IS 221 (86.72% from 255) = 69.5%

R = 5.35%
G = 25.16%
B = 69.5%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1150DD (or 0x1150DD) is known color: Navy Blue. HEX triplet: 11, 50 and DD. RGB value is (17,80,221). Sum of RGB (Red+Green+Blue) = 17+80+221=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #1150DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1150DD is #EEAF22. Grayscale: #4C4C4C. Windows color (decimal): -15642403 or 14503953. OLE color: 14503953.

HSL color Cylindrical-coordinate representation of color #1150DD: hue angle of 221.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1150DD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 80 221 -
CMYK 0.92 0.64 0 0.13
HSL 221.47º 0.86% 0.47% -
HSV(B) 221.47º 0.92% 0.87% -
XYZ 16.15 11.08 69.69 -
YUV 77.24 209.13 85.04 -
System Red Green Blue C M Y K H S L
Decimal 17 80 221 0.92 0.64 0 0.13 221.47 0.86 0.47
Hex 11 50 DD 5C 40 0 D DD 56 2F
Octal 21 120 335 134 100 0 15 335 126 57
Binary 10001 1010000 11011101 1011100 1000000 0 1101 11011101 1010110 101111

Color Harmonies of #1150DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1150DD

Black with #1150DD

Text Example


Text Example

White with #1150DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1150DD; }

 p { color: rgb(17,80,221); }

 H1.HeaderClassName
 {
   color: #1150DD;
 }
 .AnyTagClassName
 {
   color: #1150DD;
 }
</style>

background-color css

<style>
 a { background-color: #1150DD; }

 a { background-color: rgb(17,80,221); }

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

border-color css

<style>
 span { border-color: #1150DD; }

 span { border-color: rgb(17,80,221); }

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