Html Css Color HEX #1391DB Pacific Blue

📋 copy color: '#1391DB'

red 19 ◦ green 145 ◦ blue 219

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

Shades of Pacific Blue #1391DB

Tints of Pacific Blue #1391DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 4.96%
G = 37.86%
B = 57.18%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1391DB (or 0x1391DB) is known color: Pacific Blue. HEX triplet: 13, 91 and DB. RGB value is (19,145,219). Sum of RGB (Red+Green+Blue) = 19+145+219=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #1391DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1391DB is #EC6E24. Grayscale: #737373. Windows color (decimal): -15494693 or 14389523. OLE color: 14389523.

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

Color convert

RGB 19 145 219 -
CMYK 0.91 0.34 0 0.14
HSL 202.2º 0.84% 0.47% -
HSV(B) 202.2º 0.91% 0.86% -
XYZ 23.18 25.5 70.72 -
YUV 115.76 186.26 58.98 -
System Red Green Blue C M Y K H S L
Decimal 19 145 219 0.91 0.34 0 0.14 202.2 0.84 0.47
Hex 13 91 DB 5B 22 0 E CA 54 2F
Octal 23 221 333 133 42 0 16 312 124 57
Binary 10011 10010001 11011011 1011011 100010 0 1110 11001010 1010100 101111

Color Harmonies of #1391DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1391DB

Black with #1391DB

Text Example


Text Example

White with #1391DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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