Html Css Color HEX #1362ED Navy Blue

📋 copy color: '#1362ED'

red 19 ◦ green 98 ◦ blue 237

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

Shades of Navy Blue #1362ED

Tints of Navy Blue #1362ED

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 5.37%
G = 27.68%
B = 66.95%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1362ED (or 0x1362ED) is known color: Navy Blue. HEX triplet: 13, 62 and ED. RGB value is (19,98,237). Sum of RGB (Red+Green+Blue) = 19+98+237=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #1362ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1362ED is #EC9D12. Grayscale: #595959. Windows color (decimal): -15506707 or 15557139. OLE color: 15557139.

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

Color convert

RGB 19 98 237 -
CMYK 0.92 0.59 0 0.07
HSL 218.26º 0.86% 0.5% -
HSV(B) 218.26º 0.92% 0.93% -
XYZ 19.92 14.99 81.96 -
YUV 90.23 210.83 77.2 -
System Red Green Blue C M Y K H S L
Decimal 19 98 237 0.92 0.59 0 0.07 218.26 0.86 0.5
Hex 13 62 ED 5C 3B 0 7 DA 56 32
Octal 23 142 355 134 73 0 7 332 126 62
Binary 10011 1100010 11101101 1011100 111011 0 111 11011010 1010110 110010

Color Harmonies of #1362ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1362ED

Black with #1362ED

Text Example


Text Example

White with #1362ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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