Html Css Color HEX #1379DA Navy Blue

📋 copy color: '#1379DA'

red 19 ◦ green 121 ◦ blue 218

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

Shades of Navy Blue #1379DA

Tints of Navy Blue #1379DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.89%

R = 5.31%
G = 33.8%
B = 60.89%

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

#1379DA (or 0x1379DA) is known color: Navy Blue. HEX triplet: 13, 79 and DA. RGB value is (19,121,218). Sum of RGB (Red+Green+Blue) = 19+121+218=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #1379DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379DA is #EC8625. Grayscale: #656565. Windows color (decimal): -15500838 or 14317843. OLE color: 14317843.

HSL color Cylindrical-coordinate representation of color #1379DA: hue angle of 209.25º 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 #1379DA is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 121 218 -
CMYK 0.91 0.44 0 0.15
HSL 209.25º 0.84% 0.46% -
HSV(B) 209.25º 0.91% 0.85% -
XYZ 19.76 18.88 68.93 -
YUV 101.56 193.71 69.11 -
System Red Green Blue C M Y K H S L
Decimal 19 121 218 0.91 0.44 0 0.15 209.25 0.84 0.46
Hex 13 79 DA 5B 2C 0 F D1 54 2E
Octal 23 171 332 133 54 0 17 321 124 56
Binary 10011 1111001 11011010 1011011 101100 0 1111 11010001 1010100 101110

Color Harmonies of #1379DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1379DA

Black with #1379DA

Text Example


Text Example

White with #1379DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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