Html Css Color HEX #1153DD Navy Blue

📋 copy color: '#1153DD'

red 17 ◦ green 83 ◦ blue 221

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

Shades of Navy Blue #1153DD

Tints of Navy Blue #1153DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

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

R = 5.3%
G = 25.86%
B = 68.85%

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

#1153DD (or 0x1153DD) is known color: Navy Blue. HEX triplet: 11, 53 and DD. RGB value is (17,83,221). Sum of RGB (Red+Green+Blue) = 17+83+221=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #1153DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1153DD is #EEAC22. Grayscale: #4E4E4E. Windows color (decimal): -15641635 or 14504721. OLE color: 14504721.

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

Color convert

RGB 17 83 221 -
CMYK 0.92 0.62 0 0.13
HSL 220.59º 0.86% 0.47% -
HSV(B) 220.59º 0.92% 0.87% -
XYZ 16.38 11.53 69.77 -
YUV 79 208.13 83.78 -
System Red Green Blue C M Y K H S L
Decimal 17 83 221 0.92 0.62 0 0.13 220.59 0.86 0.47
Hex 11 53 DD 5C 3E 0 D DD 56 2F
Octal 21 123 335 134 76 0 15 335 126 57
Binary 10001 1010011 11011101 1011100 111110 0 1101 11011101 1010110 101111

Color Harmonies of #1153DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1153DD

Black with #1153DD

Text Example


Text Example

White with #1153DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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