Html Css Color HEX #1366DC Navy Blue

📋 copy color: '#1366DC'

red 19 ◦ green 102 ◦ blue 220

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

Shades of Navy Blue #1366DC

Tints of Navy Blue #1366DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

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

R = 5.57%
G = 29.91%
B = 64.52%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1366DC (or 0x1366DC) is known color: Navy Blue. HEX triplet: 13, 66 and DC. RGB value is (19,102,220). Sum of RGB (Red+Green+Blue) = 19+102+220=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #1366DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1366DC is #EC9923. Grayscale: #5A5A5A. Windows color (decimal): -15505700 or 14444051. OLE color: 14444051.

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

Color convert

RGB 19 102 220 -
CMYK 0.91 0.54 0 0.14
HSL 215.22º 0.84% 0.47% -
HSV(B) 215.22º 0.91% 0.86% -
XYZ 17.94 14.81 69.62 -
YUV 90.64 201 76.91 -
System Red Green Blue C M Y K H S L
Decimal 19 102 220 0.91 0.54 0 0.14 215.22 0.84 0.47
Hex 13 66 DC 5B 36 0 E D7 54 2F
Octal 23 146 334 133 66 0 16 327 124 57
Binary 10011 1100110 11011100 1011011 110110 0 1110 11010111 1010100 101111

Color Harmonies of #1366DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1366DC

Black with #1366DC

Text Example


Text Example

White with #1366DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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