Html Css Color HEX #1360DC Navy Blue

📋 copy color: '#1360DC'

red 19 ◦ green 96 ◦ blue 220

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

Shades of Navy Blue #1360DC

Tints of Navy Blue #1360DC

RGB

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

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

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

R = 5.67%
G = 28.66%
B = 65.67%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1360DC (or 0x1360DC) is known color: Navy Blue. HEX triplet: 13, 60 and DC. RGB value is (19,96,220). Sum of RGB (Red+Green+Blue) = 19+96+220=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #1360DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1360DC is #EC9F23. Grayscale: #565656. Windows color (decimal): -15507236 or 14442515. OLE color: 14442515.

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

Color convert

RGB 19 96 220 -
CMYK 0.91 0.56 0 0.14
HSL 217.01º 0.84% 0.47% -
HSV(B) 217.01º 0.91% 0.86% -
XYZ 17.37 13.67 69.43 -
YUV 87.11 202.99 79.42 -
System Red Green Blue C M Y K H S L
Decimal 19 96 220 0.91 0.56 0 0.14 217.01 0.84 0.47
Hex 13 60 DC 5B 38 0 E D9 54 2F
Octal 23 140 334 133 70 0 16 331 124 57
Binary 10011 1100000 11011100 1011011 111000 0 1110 11011001 1010100 101111

Color Harmonies of #1360DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1360DC

Black with #1360DC

Text Example


Text Example

White with #1360DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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