Html Css Color HEX #1381DB Navy Blue

📋 copy color: '#1381DB'

red 19 ◦ green 129 ◦ blue 219

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

Shades of Navy Blue #1381DB

Tints of Navy Blue #1381DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 5.18%
G = 35.15%
B = 59.67%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1381DB (or 0x1381DB) is known color: Navy Blue. HEX triplet: 13, 81 and DB. RGB value is (19,129,219). Sum of RGB (Red+Green+Blue) = 19+129+219=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #1381DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1381DB is #EC7E24. Grayscale: #696969. Windows color (decimal): -15498789 or 14385427. OLE color: 14385427.

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

Color convert

RGB 19 129 219 -
CMYK 0.91 0.41 0 0.14
HSL 207º 0.84% 0.47% -
HSV(B) 207º 0.91% 0.86% -
XYZ 20.91 20.95 69.96 -
YUV 106.37 191.56 65.68 -
System Red Green Blue C M Y K H S L
Decimal 19 129 219 0.91 0.41 0 0.14 207 0.84 0.47
Hex 13 81 DB 5B 29 0 E CF 54 2F
Octal 23 201 333 133 51 0 16 317 124 57
Binary 10011 10000001 11011011 1011011 101001 0 1110 11001111 1010100 101111

Color Harmonies of #1381DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1381DB

Black with #1381DB

Text Example


Text Example

White with #1381DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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