Html Css Color HEX #1362DC Navy Blue

📋 copy color: '#1362DC'

red 19 ◦ green 98 ◦ blue 220

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

Shades of Navy Blue #1362DC

Tints of Navy Blue #1362DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.28%

R = 5.64%
G = 29.08%
B = 65.28%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1362DC (or 0x1362DC) is known color: Navy Blue. HEX triplet: 13, 62 and DC. RGB value is (19,98,220). Sum of RGB (Red+Green+Blue) = 19+98+220=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #1362DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1362DC is #EC9D23. Grayscale: #575757. Windows color (decimal): -15506724 or 14443027. OLE color: 14443027.

HSL color Cylindrical-coordinate representation of color #1362DC: hue angle of 216.42º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1362DC is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 98 220 -
CMYK 0.91 0.55 0 0.14
HSL 216.42º 0.84% 0.47% -
HSV(B) 216.42º 0.91% 0.86% -
XYZ 17.55 14.04 69.5 -
YUV 88.29 202.33 78.58 -
System Red Green Blue C M Y K H S L
Decimal 19 98 220 0.91 0.55 0 0.14 216.42 0.84 0.47
Hex 13 62 DC 5B 37 0 E D8 54 2F
Octal 23 142 334 133 67 0 16 330 124 57
Binary 10011 1100010 11011100 1011011 110111 0 1110 11011000 1010100 101111

Color Harmonies of #1362DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1362DC

Black with #1362DC

Text Example


Text Example

White with #1362DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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