Html Css Color HEX #1355DC Navy Blue

📋 copy color: '#1355DC'

red 19 ◦ green 85 ◦ blue 220

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

Shades of Navy Blue #1355DC

Tints of Navy Blue #1355DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.9%

R = 5.86%
G = 26.23%
B = 67.9%

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

#1355DC (or 0x1355DC) is known color: Navy Blue. HEX triplet: 13, 55 and DC. RGB value is (19,85,220). Sum of RGB (Red+Green+Blue) = 19+85+220=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #1355DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355DC is #ECAA23. Grayscale: #505050. Windows color (decimal): -15510052 or 14439699. OLE color: 14439699.

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

Color convert

RGB 19 85 220 -
CMYK 0.91 0.61 0 0.14
HSL 220.3º 0.84% 0.47% -
HSV(B) 220.3º 0.91% 0.86% -
XYZ 16.44 11.8 69.12 -
YUV 80.66 206.63 84.02 -
System Red Green Blue C M Y K H S L
Decimal 19 85 220 0.91 0.61 0 0.14 220.3 0.84 0.47
Hex 13 55 DC 5B 3D 0 E DC 54 2F
Octal 23 125 334 133 75 0 16 334 124 57
Binary 10011 1010101 11011100 1011011 111101 0 1110 11011100 1010100 101111

Color Harmonies of #1355DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1355DC

Black with #1355DC

Text Example


Text Example

White with #1355DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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