Html Css Color HEX #1380DB Navy Blue

📋 copy color: '#1380DB'

red 19 ◦ green 128 ◦ blue 219

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

Shades of Navy Blue #1380DB

Tints of Navy Blue #1380DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 5.19%
G = 34.97%
B = 59.84%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1380DB (or 0x1380DB) is known color: Navy Blue. HEX triplet: 13, 80 and DB. RGB value is (19,128,219). Sum of RGB (Red+Green+Blue) = 19+128+219=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #1380DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380DB is #EC7F24. Grayscale: #696969. Windows color (decimal): -15499045 or 14385171. OLE color: 14385171.

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

Color convert

RGB 19 128 219 -
CMYK 0.91 0.42 0 0.14
HSL 207.3º 0.84% 0.47% -
HSV(B) 207.3º 0.91% 0.86% -
XYZ 20.77 20.69 69.92 -
YUV 105.78 191.89 66.1 -
System Red Green Blue C M Y K H S L
Decimal 19 128 219 0.91 0.42 0 0.14 207.3 0.84 0.47
Hex 13 80 DB 5B 2A 0 E CF 54 2F
Octal 23 200 333 133 52 0 16 317 124 57
Binary 10011 10000000 11011011 1011011 101010 0 1110 11001111 1010100 101111

Color Harmonies of #1380DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1380DB

Black with #1380DB

Text Example


Text Example

White with #1380DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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