Html Css Color HEX #1368DF Navy Blue

📋 copy color: '#1368DF'

red 19 ◦ green 104 ◦ blue 223

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

Shades of Navy Blue #1368DF

Tints of Navy Blue #1368DF

RGB

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

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

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

R = 5.49%
G = 30.06%
B = 64.45%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1368DF (or 0x1368DF) is known color: Navy Blue. HEX triplet: 13, 68 and DF. RGB value is (19,104,223). Sum of RGB (Red+Green+Blue) = 19+104+223=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #1368DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1368DF is #EC9720. Grayscale: #5B5B5B. Windows color (decimal): -15505185 or 14641171. OLE color: 14641171.

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

Color convert

RGB 19 104 223 -
CMYK 0.91 0.53 0 0.13
HSL 215º 0.84% 0.47% -
HSV(B) 215º 0.91% 0.87% -
XYZ 18.54 15.37 71.8 -
YUV 92.15 201.84 75.82 -
System Red Green Blue C M Y K H S L
Decimal 19 104 223 0.91 0.53 0 0.13 215 0.84 0.47
Hex 13 68 DF 5B 35 0 D D7 54 2F
Octal 23 150 337 133 65 0 15 327 124 57
Binary 10011 1101000 11011111 1011011 110101 0 1101 11010111 1010100 101111

Color Harmonies of #1368DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1368DF

Black with #1368DF

Text Example


Text Example

White with #1368DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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