Html Css Color HEX #1356DB Navy Blue

📋 copy color: '#1356DB'

red 19 ◦ green 86 ◦ blue 219

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

Shades of Navy Blue #1356DB

Tints of Navy Blue #1356DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

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

R = 5.86%
G = 26.54%
B = 67.59%

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

#1356DB (or 0x1356DB) is known color: Navy Blue. HEX triplet: 13, 56 and DB. RGB value is (19,86,219). Sum of RGB (Red+Green+Blue) = 19+86+219=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #1356DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356DB is #ECA924. Grayscale: #505050. Windows color (decimal): -15509797 or 14374419. OLE color: 14374419.

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

Color convert

RGB 19 86 219 -
CMYK 0.91 0.61 0 0.14
HSL 219.9º 0.84% 0.47% -
HSV(B) 219.9º 0.91% 0.86% -
XYZ 16.38 11.91 68.45 -
YUV 81.13 205.8 83.69 -
System Red Green Blue C M Y K H S L
Decimal 19 86 219 0.91 0.61 0 0.14 219.9 0.84 0.47
Hex 13 56 DB 5B 3D 0 E DC 54 2F
Octal 23 126 333 133 75 0 16 334 124 57
Binary 10011 1010110 11011011 1011011 111101 0 1110 11011100 1010100 101111

Color Harmonies of #1356DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1356DB

Black with #1356DB

Text Example


Text Example

White with #1356DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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