Html Css Color HEX #1379DD Navy Blue

📋 copy color: '#1379DD'

red 19 ◦ green 121 ◦ blue 221

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

Shades of Navy Blue #1379DD

Tints of Navy Blue #1379DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.22%

R = 5.26%
G = 33.52%
B = 61.22%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1379DD (or 0x1379DD) is known color: Navy Blue. HEX triplet: 13, 79 and DD. RGB value is (19,121,221). Sum of RGB (Red+Green+Blue) = 19+121+221=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #1379DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379DD is #EC8622. Grayscale: #656565. Windows color (decimal): -15500835 or 14514451. OLE color: 14514451.

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

Color convert

RGB 19 121 221 -
CMYK 0.91 0.45 0 0.13
HSL 209.7º 0.84% 0.47% -
HSV(B) 209.7º 0.91% 0.87% -
XYZ 20.16 19.03 71.02 -
YUV 101.9 195.21 68.87 -
System Red Green Blue C M Y K H S L
Decimal 19 121 221 0.91 0.45 0 0.13 209.7 0.84 0.47
Hex 13 79 DD 5B 2D 0 D D2 54 2F
Octal 23 171 335 133 55 0 15 322 124 57
Binary 10011 1111001 11011101 1011011 101101 0 1101 11010010 1010100 101111

Color Harmonies of #1379DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1379DD

Black with #1379DD

Text Example


Text Example

White with #1379DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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