Html Css Color HEX #1397DB Pacific Blue

📋 copy color: '#1397DB'

red 19 ◦ green 151 ◦ blue 219

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

Shades of Pacific Blue #1397DB

Tints of Pacific Blue #1397DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.82%

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

R = 4.88%
G = 38.82%
B = 56.3%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1397DB (or 0x1397DB) is known color: Pacific Blue. HEX triplet: 13, 97 and DB. RGB value is (19,151,219). Sum of RGB (Red+Green+Blue) = 19+151+219=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #1397DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397DB is #EC6824. Grayscale: #767676. Windows color (decimal): -15493157 or 14391059. OLE color: 14391059.

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

Color convert

RGB 19 151 219 -
CMYK 0.91 0.31 0 0.14
HSL 200.4º 0.84% 0.47% -
HSV(B) 200.4º 0.91% 0.86% -
XYZ 24.12 27.39 71.03 -
YUV 119.28 184.27 56.47 -
System Red Green Blue C M Y K H S L
Decimal 19 151 219 0.91 0.31 0 0.14 200.4 0.84 0.47
Hex 13 97 DB 5B 1F 0 E C8 54 2F
Octal 23 227 333 133 37 0 16 310 124 57
Binary 10011 10010111 11011011 1011011 11111 0 1110 11001000 1010100 101111

Color Harmonies of #1397DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397DB

Black with #1397DB

Text Example


Text Example

White with #1397DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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