#019CE6

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

Shades of Pacific Blue #019CE6

Tints of Pacific Blue #019CE6

Color information

#019CE6 (or 0x019CE6) is unknown color: approx Pacific Blue. HEX triplet: 01, 9C and E6. RGB value is (1,156,230). Sum of RGB (Red+Green+Blue) = 1+156+230=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 230 (90.23% from 255 or 59.43% from 387); Max value from RGB is 230 - color contains mainly: blue. Hex color #019CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CE6 is #FE6319. Grayscale: #757575. Windows color (decimal): -16671514 or 15113217. OLE color: 15113217.

HSL color Cylindrical-coordinate representation of color #019CE6: hue angle of 199.39º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CE6 is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1156230-
CMYK1.000.3200.10
HSL199.39º99.13%45.29%-
HSV(B)199.39º99.57%90.2%-
XYZ26.1829.579.18-
YUV118.09191.1544.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 230 (90.23% from 255) = 59.43%
R=0.26%
G=40.31%
B=59.43%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal11562301.000.3200.10199.3999.1345.29
Hex19CE664200Ac7632d
Octal12343461444001230714355
Binary11001110011100110110010010000001010110001111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,156,230); }

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

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

 a { background-color: rgb(1,156,230); }

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

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

 span { border-color: rgb(1,156,230); }

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