Html Css Color HEX #1362DE Navy Blue

📋 copy color: '#1362DE'

red 19 ◦ green 98 ◦ blue 222

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

Shades of Navy Blue #1362DE

Tints of Navy Blue #1362DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.49%

R = 5.6%
G = 28.91%
B = 65.49%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1362DE (or 0x1362DE) is known color: Navy Blue. HEX triplet: 13, 62 and DE. RGB value is (19,98,222). Sum of RGB (Red+Green+Blue) = 19+98+222=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #1362DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1362DE is #EC9D21. Grayscale: #575757. Windows color (decimal): -15506722 or 14574099. OLE color: 14574099.

HSL color Cylindrical-coordinate representation of color #1362DE: hue angle of 216.65º 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 #1362DE is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 98 222 -
CMYK 0.91 0.56 0 0.13
HSL 216.65º 0.84% 0.47% -
HSV(B) 216.65º 0.91% 0.87% -
XYZ 17.82 14.15 70.9 -
YUV 88.52 203.33 78.42 -
System Red Green Blue C M Y K H S L
Decimal 19 98 222 0.91 0.56 0 0.13 216.65 0.84 0.47
Hex 13 62 DE 5B 38 0 D D9 54 2F
Octal 23 142 336 133 70 0 15 331 124 57
Binary 10011 1100010 11011110 1011011 111000 0 1101 11011001 1010100 101111

Color Harmonies of #1362DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1362DE

Black with #1362DE

Text Example


Text Example

White with #1362DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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