#019BD6

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

Shades of Pacific Blue #019BD6

Tints of Pacific Blue #019BD6

Color information

#019BD6 (or 0x019BD6) is unknown color: approx Pacific Blue. HEX triplet: 01, 9B and D6. RGB value is (1,155,214). Sum of RGB (Red+Green+Blue) = 1+155+214=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #019BD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BD6 is #FE6429. Grayscale: #737373. Windows color (decimal): -16671786 or 14064385. OLE color: 14064385.

HSL color Cylindrical-coordinate representation of color #019BD6: hue angle of 196.62º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BD6 is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1155214-
CMYK1.000.2800.16
HSL196.62º99.07%42.16%-
HSV(B)196.62º99.53%83.92%-
XYZ23.8728.367.82-
YUV115.68183.4846.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 155 (60.94% from 255) = 41.89%
BLUE value IS 214 (83.98% from 255) = 57.84%
R=0.27%
G=41.89%
B=57.84%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11552141.000.2800.16196.6299.0742.16
Hex19BD6641C010c5632a
Octal12333261443402030514352
Binary11001101111010110110010011100010000110001011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019BD6; }

 p { color: rgb(1,155,214); }

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

<style>
 a { background-color: #019BD6; }

 a { background-color: rgb(1,155,214); }

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

<style>
 span { border-color: #019BD6; }

 span { border-color: rgb(1,155,214); }

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