Html Css Color HEX #1366DF Navy Blue

📋 copy color: '#1366DF'

red 19 ◦ green 102 ◦ blue 223

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

Shades of Navy Blue #1366DF

Tints of Navy Blue #1366DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 5.52%
G = 29.65%
B = 64.83%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1366DF (or 0x1366DF) is known color: Navy Blue. HEX triplet: 13, 66 and DF. RGB value is (19,102,223). Sum of RGB (Red+Green+Blue) = 19+102+223=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #1366DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1366DF is #EC9920. Grayscale: #5A5A5A. Windows color (decimal): -15505697 or 14640659. OLE color: 14640659.

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

Color convert

RGB 19 102 223 -
CMYK 0.91 0.54 0 0.13
HSL 215.59º 0.84% 0.47% -
HSV(B) 215.59º 0.91% 0.87% -
XYZ 18.34 14.97 71.73 -
YUV 90.98 202.5 76.66 -
System Red Green Blue C M Y K H S L
Decimal 19 102 223 0.91 0.54 0 0.13 215.59 0.84 0.47
Hex 13 66 DF 5B 36 0 D D8 54 2F
Octal 23 146 337 133 66 0 15 330 124 57
Binary 10011 1100110 11011111 1011011 110110 0 1101 11011000 1010100 101111

Color Harmonies of #1366DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1366DF

Black with #1366DF

Text Example


Text Example

White with #1366DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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