Html Css Color HEX #1368DC Navy Blue

📋 copy color: '#1368DC'

red 19 ◦ green 104 ◦ blue 220

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

Shades of Navy Blue #1368DC

Tints of Navy Blue #1368DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.32%

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

R = 5.54%
G = 30.32%
B = 64.14%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1368DC (or 0x1368DC) is known color: Navy Blue. HEX triplet: 13, 68 and DC. RGB value is (19,104,220). Sum of RGB (Red+Green+Blue) = 19+104+220=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #1368DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1368DC is #EC9723. Grayscale: #5B5B5B. Windows color (decimal): -15505188 or 14444563. OLE color: 14444563.

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

Color convert

RGB 19 104 220 -
CMYK 0.91 0.53 0 0.14
HSL 214.63º 0.84% 0.47% -
HSV(B) 214.63º 0.91% 0.86% -
XYZ 18.14 15.21 69.69 -
YUV 91.81 200.34 76.07 -
System Red Green Blue C M Y K H S L
Decimal 19 104 220 0.91 0.53 0 0.14 214.63 0.84 0.47
Hex 13 68 DC 5B 35 0 E D7 54 2F
Octal 23 150 334 133 65 0 16 327 124 57
Binary 10011 1101000 11011100 1011011 110101 0 1110 11010111 1010100 101111

Color Harmonies of #1368DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1368DC

Black with #1368DC

Text Example


Text Example

White with #1368DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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