Html Css Color HEX #1359DA Navy Blue

📋 copy color: '#1359DA'

red 19 ◦ green 89 ◦ blue 218

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

Shades of Navy Blue #1359DA

Tints of Navy Blue #1359DA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 218 (85.55% from 255) = 66.87%

R = 5.83%
G = 27.3%
B = 66.87%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1359DA (or 0x1359DA) is known color: Navy Blue. HEX triplet: 13, 59 and DA. RGB value is (19,89,218). Sum of RGB (Red+Green+Blue) = 19+89+218=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #1359DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1359DA is #ECA625. Grayscale: #525252. Windows color (decimal): -15509030 or 14309651. OLE color: 14309651.

HSL color Cylindrical-coordinate representation of color #1359DA: hue angle of 218.89º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1359DA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 89 218 -
CMYK 0.91 0.59 0 0.15
HSL 218.89º 0.84% 0.46% -
HSV(B) 218.89º 0.91% 0.85% -
XYZ 16.5 12.35 67.84 -
YUV 82.78 204.31 82.51 -
System Red Green Blue C M Y K H S L
Decimal 19 89 218 0.91 0.59 0 0.15 218.89 0.84 0.46
Hex 13 59 DA 5B 3B 0 F DB 54 2E
Octal 23 131 332 133 73 0 17 333 124 56
Binary 10011 1011001 11011010 1011011 111011 0 1111 11011011 1010100 101110

Color Harmonies of #1359DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1359DA

Black with #1359DA

Text Example


Text Example

White with #1359DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1359DA; }

 p { color: rgb(19,89,218); }

 H1.HeaderClassName
 {
   color: #1359DA;
 }
 .AnyTagClassName
 {
   color: #1359DA;
 }
</style>

background-color css

<style>
 a { background-color: #1359DA; }

 a { background-color: rgb(19,89,218); }

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

border-color css

<style>
 span { border-color: #1359DA; }

 span { border-color: rgb(19,89,218); }

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