Html Css Color HEX #1353ED Navy Blue

📋 copy color: '#1353ED'

red 19 ◦ green 83 ◦ blue 237

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

Shades of Navy Blue #1353ED

Tints of Navy Blue #1353ED

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.48%

 BLUE value IS 237 (92.97% from 255) = 69.91%

R = 5.6%
G = 24.48%
B = 69.91%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1353ED (or 0x1353ED) is known color: Navy Blue. HEX triplet: 13, 53 and ED. RGB value is (19,83,237). Sum of RGB (Red+Green+Blue) = 19+83+237=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #1353ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1353ED is #ECAC12. Grayscale: #505050. Windows color (decimal): -15510547 or 15553299. OLE color: 15553299.

HSL color Cylindrical-coordinate representation of color #1353ED: hue angle of 222.39º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1353ED is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 83 237 -
CMYK 0.92 0.65 0 0.07
HSL 222.39º 0.86% 0.5% -
HSV(B) 222.39º 0.92% 0.93% -
XYZ 18.65 12.44 81.54 -
YUV 81.42 215.8 83.48 -
System Red Green Blue C M Y K H S L
Decimal 19 83 237 0.92 0.65 0 0.07 222.39 0.86 0.5
Hex 13 53 ED 5C 41 0 7 DE 56 32
Octal 23 123 355 134 101 0 7 336 126 62
Binary 10011 1010011 11101101 1011100 1000001 0 111 11011110 1010110 110010

Color Harmonies of #1353ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353ED

Black with #1353ED

Text Example


Text Example

White with #1353ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1353ED; }

 p { color: rgb(19,83,237); }

 H1.HeaderClassName
 {
   color: #1353ED;
 }
 .AnyTagClassName
 {
   color: #1353ED;
 }
</style>

background-color css

<style>
 a { background-color: #1353ED; }

 a { background-color: rgb(19,83,237); }

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

border-color css

<style>
 span { border-color: #1353ED; }

 span { border-color: rgb(19,83,237); }

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