Html Css Color HEX #1380DD Navy Blue

📋 copy color: '#1380DD'

red 19 ◦ green 128 ◦ blue 221

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

Shades of Navy Blue #1380DD

Tints of Navy Blue #1380DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.78%

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

R = 5.16%
G = 34.78%
B = 60.05%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1380DD (or 0x1380DD) is known color: Navy Blue. HEX triplet: 13, 80 and DD. RGB value is (19,128,221). Sum of RGB (Red+Green+Blue) = 19+128+221=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #1380DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380DD is #EC7F22. Grayscale: #696969. Windows color (decimal): -15499043 or 14516243. OLE color: 14516243.

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

Color convert

RGB 19 128 221 -
CMYK 0.91 0.42 0 0.13
HSL 207.62º 0.84% 0.47% -
HSV(B) 207.62º 0.91% 0.87% -
XYZ 21.04 20.8 71.31 -
YUV 106.01 192.89 65.94 -
System Red Green Blue C M Y K H S L
Decimal 19 128 221 0.91 0.42 0 0.13 207.62 0.84 0.47
Hex 13 80 DD 5B 2A 0 D D0 54 2F
Octal 23 200 335 133 52 0 15 320 124 57
Binary 10011 10000000 11011101 1011011 101010 0 1101 11010000 1010100 101111

Color Harmonies of #1380DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1380DD

Black with #1380DD

Text Example


Text Example

White with #1380DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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