#019CBF

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

Shades of Pacific Blue #019CBF

Tints of Pacific Blue #019CBF

Color information

#019CBF (or 0x019CBF) is unknown color: approx Pacific Blue. HEX triplet: 01, 9C and BF. RGB value is (1,156,191). Sum of RGB (Red+Green+Blue) = 1+156+191=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #019CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CBF is #FE6340. Grayscale: #717171. Windows color (decimal): -16671553 or 12557313. OLE color: 12557313.

HSL color Cylindrical-coordinate representation of color #019CBF: hue angle of 191.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019CBF is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1156191-
CMYK0.990.1800.25
HSL191.05º98.96%37.65%-
HSV(B)191.05º99.48%74.9%-
XYZ21.327.5453.48-
YUV113.64171.6547.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 191 (75% from 255) = 54.89%
R=0.29%
G=44.83%
B=54.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11561910.990.1800.25191.0598.9637.65
Hex19CBF6312019bf6326
Octal12342771432203127714346
Binary11001110010111111110001110010011001101111111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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