Html Css Color HEX #1355DF Navy Blue

📋 copy color: '#1355DF'

red 19 ◦ green 85 ◦ blue 223

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

Shades of Navy Blue #1355DF

Tints of Navy Blue #1355DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 5.81%
G = 25.99%
B = 68.2%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1355DF (or 0x1355DF) is known color: Navy Blue. HEX triplet: 13, 55 and DF. RGB value is (19,85,223). Sum of RGB (Red+Green+Blue) = 19+85+223=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #1355DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355DF is #ECAA20. Grayscale: #505050. Windows color (decimal): -15510049 or 14636307. OLE color: 14636307.

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

Color convert

RGB 19 85 223 -
CMYK 0.91 0.62 0 0.13
HSL 220.59º 0.84% 0.47% -
HSV(B) 220.59º 0.91% 0.87% -
XYZ 16.84 11.96 71.23 -
YUV 81 208.13 83.78 -
System Red Green Blue C M Y K H S L
Decimal 19 85 223 0.91 0.62 0 0.13 220.59 0.84 0.47
Hex 13 55 DF 5B 3E 0 D DD 54 2F
Octal 23 125 337 133 76 0 15 335 124 57
Binary 10011 1010101 11011111 1011011 111110 0 1101 11011101 1010100 101111

Color Harmonies of #1355DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1355DF

Black with #1355DF

Text Example


Text Example

White with #1355DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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