Html Css Color HEX #1353DB Navy Blue

📋 copy color: '#1353DB'

red 19 ◦ green 83 ◦ blue 219

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

Shades of Navy Blue #1353DB

Tints of Navy Blue #1353DB

RGB

 RED value IS 19 (7.81% from 255) = 5.92%

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

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

R = 5.92%
G = 25.86%
B = 68.22%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1353DB (or 0x1353DB) is known color: Navy Blue. HEX triplet: 13, 53 and DB. RGB value is (19,83,219). Sum of RGB (Red+Green+Blue) = 19+83+219=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #1353DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1353DB is #ECAC24. Grayscale: #4E4E4E. Windows color (decimal): -15510565 or 14373651. OLE color: 14373651.

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

Color convert

RGB 19 83 219 -
CMYK 0.91 0.62 0 0.14
HSL 220.8º 0.84% 0.47% -
HSV(B) 220.8º 0.91% 0.86% -
XYZ 16.15 11.44 68.37 -
YUV 79.37 206.8 84.94 -
System Red Green Blue C M Y K H S L
Decimal 19 83 219 0.91 0.62 0 0.14 220.8 0.84 0.47
Hex 13 53 DB 5B 3E 0 E DD 54 2F
Octal 23 123 333 133 76 0 16 335 124 57
Binary 10011 1010011 11011011 1011011 111110 0 1110 11011101 1010100 101111

Color Harmonies of #1353DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353DB

Black with #1353DB

Text Example


Text Example

White with #1353DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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