#13A0DB

Color #13A0DB Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #13A0DB

Tints of Pacific Blue #13A0DB

Color information

#13A0DB (or 0x13A0DB) is unknown color: approx Pacific Blue. HEX triplet: 13, A0 and DB. RGB value is (19,160,219). Sum of RGB (Red+Green+Blue) = 19+160+219=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #13A0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A0DB is #EC5F24. Grayscale: #7C7C7C. Windows color (decimal): -15490853 or 14393363. OLE color: 14393363.

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

Color convert

RGB19160219-
CMYK0.910.2700.14
HSL197.7º84.03%46.67%-
HSV(B)197.7º91.32%85.88%-
XYZ25.6330.3971.53-
YUV124.57181.2952.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.77%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 219 (85.94% from 255) = 55.03%
R=4.77%
G=40.20%
B=55.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal191602190.910.2700.14197.784.0346.67
Hex13A0DB5B1B0Ec6542f
Octal232403331333301630612457
Binary10011101000001101101110110111101101110110001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13A0DB; }

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

 H1.HeaderClassName
 {
   color: #13A0DB;
 }
 .AnyTagClassName
 {
   color: #13A0DB;
 }
</style>
background-color css

<style>
 a { background-color: #13A0DB; }

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

 div.DivClassName
 {
   background-color: #13A0DB;
 }
 .BgClassName
 {
   background-color: #13A0DB;
 }
</style>
border-color css

<style>
 span { border-color: #13A0DB; }

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

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