Html Css Color HEX #1367DF Navy Blue

📋 copy color: '#1367DF'

red 19 ◦ green 103 ◦ blue 223

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

Shades of Navy Blue #1367DF

Tints of Navy Blue #1367DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 5.51%
G = 29.86%
B = 64.64%

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

#1367DF (or 0x1367DF) is known color: Navy Blue. HEX triplet: 13, 67 and DF. RGB value is (19,103,223). Sum of RGB (Red+Green+Blue) = 19+103+223=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #1367DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1367DF is #EC9820. Grayscale: #5B5B5B. Windows color (decimal): -15505441 or 14640915. OLE color: 14640915.

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

Color convert

RGB 19 103 223 -
CMYK 0.91 0.54 0 0.13
HSL 215.29º 0.84% 0.47% -
HSV(B) 215.29º 0.91% 0.87% -
XYZ 18.44 15.17 71.77 -
YUV 91.56 202.17 76.24 -
System Red Green Blue C M Y K H S L
Decimal 19 103 223 0.91 0.54 0 0.13 215.29 0.84 0.47
Hex 13 67 DF 5B 36 0 D D7 54 2F
Octal 23 147 337 133 66 0 15 327 124 57
Binary 10011 1100111 11011111 1011011 110110 0 1101 11010111 1010100 101111

Color Harmonies of #1367DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1367DF

Black with #1367DF

Text Example


Text Example

White with #1367DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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