Html Css Color HEX #1379D8 Navy Blue

📋 copy color: '#1379D8'

red 19 ◦ green 121 ◦ blue 216

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

Shades of Navy Blue #1379D8

Tints of Navy Blue #1379D8

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

 BLUE value IS 216 (84.77% from 255) = 60.67%

R = 5.34%
G = 33.99%
B = 60.67%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1379D8 (or 0x1379D8) is known color: Navy Blue. HEX triplet: 13, 79 and D8. RGB value is (19,121,216). Sum of RGB (Red+Green+Blue) = 19+121+216=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #1379D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379D8 is #EC8627. Grayscale: #646464. Windows color (decimal): -15500840 or 14186771. OLE color: 14186771.

HSL color Cylindrical-coordinate representation of color #1379D8: hue angle of 208.93º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1379D8 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 121 216 -
CMYK 0.91 0.44 0 0.15
HSL 208.93º 0.84% 0.46% -
HSV(B) 208.93º 0.91% 0.85% -
XYZ 19.5 18.77 67.56 -
YUV 101.33 192.71 69.28 -
System Red Green Blue C M Y K H S L
Decimal 19 121 216 0.91 0.44 0 0.15 208.93 0.84 0.46
Hex 13 79 D8 5B 2C 0 F D1 54 2E
Octal 23 171 330 133 54 0 17 321 124 56
Binary 10011 1111001 11011000 1011011 101100 0 1111 11010001 1010100 101110

Color Harmonies of #1379D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1379D8

Black with #1379D8

Text Example


Text Example

White with #1379D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1379D8; }

 p { color: rgb(19,121,216); }

 H1.HeaderClassName
 {
   color: #1379D8;
 }
 .AnyTagClassName
 {
   color: #1379D8;
 }
</style>

background-color css

<style>
 a { background-color: #1379D8; }

 a { background-color: rgb(19,121,216); }

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

border-color css

<style>
 span { border-color: #1379D8; }

 span { border-color: rgb(19,121,216); }

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