Html Css Color HEX #1367DC Navy Blue

📋 copy color: '#1367DC'

red 19 ◦ green 103 ◦ blue 220

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

Shades of Navy Blue #1367DC

Tints of Navy Blue #1367DC

RGB

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

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

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

R = 5.56%
G = 30.12%
B = 64.33%

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

#1367DC (or 0x1367DC) is known color: Navy Blue. HEX triplet: 13, 67 and DC. RGB value is (19,103,220). Sum of RGB (Red+Green+Blue) = 19+103+220=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #1367DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1367DC is #EC9823. Grayscale: #5A5A5A. Windows color (decimal): -15505444 or 14444307. OLE color: 14444307.

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

Color convert

RGB 19 103 220 -
CMYK 0.91 0.53 0 0.14
HSL 214.93º 0.84% 0.47% -
HSV(B) 214.93º 0.91% 0.86% -
XYZ 18.04 15.01 69.66 -
YUV 91.22 200.67 76.49 -
System Red Green Blue C M Y K H S L
Decimal 19 103 220 0.91 0.53 0 0.14 214.93 0.84 0.47
Hex 13 67 DC 5B 35 0 E D7 54 2F
Octal 23 147 334 133 65 0 16 327 124 57
Binary 10011 1100111 11011100 1011011 110101 0 1110 11010111 1010100 101111

Color Harmonies of #1367DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1367DC

Black with #1367DC

Text Example


Text Example

White with #1367DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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