Html Css Color HEX #1355DB Navy Blue

📋 copy color: '#1355DB'

red 19 ◦ green 85 ◦ blue 219

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

Shades of Navy Blue #1355DB

Tints of Navy Blue #1355DB

RGB

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

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

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

R = 5.88%
G = 26.32%
B = 67.8%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1355DB (or 0x1355DB) is known color: Navy Blue. HEX triplet: 13, 55 and DB. RGB value is (19,85,219). Sum of RGB (Red+Green+Blue) = 19+85+219=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #1355DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355DB is #ECAA24. Grayscale: #4F4F4F. Windows color (decimal): -15510053 or 14374163. OLE color: 14374163.

HSL color Cylindrical-coordinate representation of color #1355DB: hue angle of 220.2º 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 #1355DB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 85 219 -
CMYK 0.91 0.61 0 0.14
HSL 220.2º 0.84% 0.47% -
HSV(B) 220.2º 0.91% 0.86% -
XYZ 16.3 11.75 68.43 -
YUV 80.54 206.13 84.1 -
System Red Green Blue C M Y K H S L
Decimal 19 85 219 0.91 0.61 0 0.14 220.2 0.84 0.47
Hex 13 55 DB 5B 3D 0 E DC 54 2F
Octal 23 125 333 133 75 0 16 334 124 57
Binary 10011 1010101 11011011 1011011 111101 0 1110 11011100 1010100 101111

Color Harmonies of #1355DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1355DB

Black with #1355DB

Text Example


Text Example

White with #1355DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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