Html Css Color HEX #1360DE Navy Blue

📋 copy color: '#1360DE'

red 19 ◦ green 96 ◦ blue 222

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

Shades of Navy Blue #1360DE

Tints of Navy Blue #1360DE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 5.64%
G = 28.49%
B = 65.88%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1360DE (or 0x1360DE) is known color: Navy Blue. HEX triplet: 13, 60 and DE. RGB value is (19,96,222). Sum of RGB (Red+Green+Blue) = 19+96+222=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #1360DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1360DE is #EC9F21. Grayscale: #565656. Windows color (decimal): -15507234 or 14573587. OLE color: 14573587.

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

Color convert

RGB 19 96 222 -
CMYK 0.91 0.57 0 0.13
HSL 217.24º 0.84% 0.47% -
HSV(B) 217.24º 0.91% 0.87% -
XYZ 17.64 13.78 70.84 -
YUV 87.34 203.99 79.25 -
System Red Green Blue C M Y K H S L
Decimal 19 96 222 0.91 0.57 0 0.13 217.24 0.84 0.47
Hex 13 60 DE 5B 39 0 D D9 54 2F
Octal 23 140 336 133 71 0 15 331 124 57
Binary 10011 1100000 11011110 1011011 111001 0 1101 11011001 1010100 101111

Color Harmonies of #1360DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1360DE

Black with #1360DE

Text Example


Text Example

White with #1360DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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