Html Css Color HEX #1153DB Navy Blue

📋 copy color: '#1153DB'

red 17 ◦ green 83 ◦ blue 219

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

Shades of Navy Blue #1153DB

Tints of Navy Blue #1153DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.65%

R = 5.33%
G = 26.02%
B = 68.65%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1153DB (or 0x1153DB) is known color: Navy Blue. HEX triplet: 11, 53 and DB. RGB value is (17,83,219). Sum of RGB (Red+Green+Blue) = 17+83+219=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #1153DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1153DB is #EEAC24. Grayscale: #4E4E4E. Windows color (decimal): -15641637 or 14373649. OLE color: 14373649.

HSL color Cylindrical-coordinate representation of color #1153DB: hue angle of 220.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1153DB is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 83 219 -
CMYK 0.92 0.62 0 0.14
HSL 220.4º 0.86% 0.46% -
HSV(B) 220.4º 0.92% 0.86% -
XYZ 16.11 11.42 68.37 -
YUV 78.77 207.13 83.94 -
System Red Green Blue C M Y K H S L
Decimal 17 83 219 0.92 0.62 0 0.14 220.4 0.86 0.46
Hex 11 53 DB 5C 3E 0 E DC 56 2E
Octal 21 123 333 134 76 0 16 334 126 56
Binary 10001 1010011 11011011 1011100 111110 0 1110 11011100 1010110 101110

Color Harmonies of #1153DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1153DB

Black with #1153DB

Text Example


Text Example

White with #1153DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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