Html Css Color HEX #1364ED Navy Blue

📋 copy color: '#1364ED'

red 19 ◦ green 100 ◦ blue 237

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

Shades of Navy Blue #1364ED

Tints of Navy Blue #1364ED

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

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

R = 5.34%
G = 28.09%
B = 66.57%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1364ED (or 0x1364ED) is known color: Navy Blue. HEX triplet: 13, 64 and ED. RGB value is (19,100,237). Sum of RGB (Red+Green+Blue) = 19+100+237=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #1364ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1364ED is #EC9B12. Grayscale: #5A5A5A. Windows color (decimal): -15506195 or 15557651. OLE color: 15557651.

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

Color convert

RGB 19 100 237 -
CMYK 0.92 0.58 0 0.07
HSL 217.71º 0.86% 0.5% -
HSV(B) 217.71º 0.92% 0.93% -
XYZ 20.11 15.37 82.03 -
YUV 91.4 210.16 76.36 -
System Red Green Blue C M Y K H S L
Decimal 19 100 237 0.92 0.58 0 0.07 217.71 0.86 0.5
Hex 13 64 ED 5C 3A 0 7 DA 56 32
Octal 23 144 355 134 72 0 7 332 126 62
Binary 10011 1100100 11101101 1011100 111010 0 111 11011010 1010110 110010

Color Harmonies of #1364ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364ED

Black with #1364ED

Text Example


Text Example

White with #1364ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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