Html Css Color HEX #1354ED Navy Blue

📋 copy color: '#1354ED'

red 19 ◦ green 84 ◦ blue 237

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

Shades of Navy Blue #1354ED

Tints of Navy Blue #1354ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

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

R = 5.59%
G = 24.71%
B = 69.71%

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

#1354ED (or 0x1354ED) is known color: Navy Blue. HEX triplet: 13, 54 and ED. RGB value is (19,84,237). Sum of RGB (Red+Green+Blue) = 19+84+237=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #1354ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1354ED is #ECAB12. Grayscale: #515151. Windows color (decimal): -15510291 or 15553555. OLE color: 15553555.

HSL color Cylindrical-coordinate representation of color #1354ED: hue angle of 222.11º 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 #1354ED is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 84 237 -
CMYK 0.92 0.65 0 0.07
HSL 222.11º 0.86% 0.5% -
HSV(B) 222.11º 0.92% 0.93% -
XYZ 18.72 12.59 81.56 -
YUV 82.01 215.47 83.06 -
System Red Green Blue C M Y K H S L
Decimal 19 84 237 0.92 0.65 0 0.07 222.11 0.86 0.5
Hex 13 54 ED 5C 41 0 7 DE 56 32
Octal 23 124 355 134 101 0 7 336 126 62
Binary 10011 1010100 11101101 1011100 1000001 0 111 11011110 1010110 110010

Color Harmonies of #1354ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1354ED

Black with #1354ED

Text Example


Text Example

White with #1354ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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