Html Css Color HEX #1155DD Navy Blue

📋 copy color: '#1155DD'

red 17 ◦ green 85 ◦ blue 221

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

Shades of Navy Blue #1155DD

Tints of Navy Blue #1155DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

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

R = 5.26%
G = 26.32%
B = 68.42%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1155DD (or 0x1155DD) is known color: Navy Blue. HEX triplet: 11, 55 and DD. RGB value is (17,85,221). Sum of RGB (Red+Green+Blue) = 17+85+221=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #1155DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1155DD is #EEAA22. Grayscale: #4F4F4F. Windows color (decimal): -15641123 or 14505233. OLE color: 14505233.

HSL color Cylindrical-coordinate representation of color #1155DD: hue angle of 220º 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 #1155DD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 85 221 -
CMYK 0.92 0.62 0 0.13
HSL 220º 0.86% 0.47% -
HSV(B) 220º 0.92% 0.87% -
XYZ 16.53 11.84 69.82 -
YUV 80.17 207.47 82.94 -
System Red Green Blue C M Y K H S L
Decimal 17 85 221 0.92 0.62 0 0.13 220 0.86 0.47
Hex 11 55 DD 5C 3E 0 D DC 56 2F
Octal 21 125 335 134 76 0 15 334 126 57
Binary 10001 1010101 11011101 1011100 111110 0 1101 11011100 1010110 101111

Color Harmonies of #1155DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1155DD

Black with #1155DD

Text Example


Text Example

White with #1155DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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