Html Css Color HEX #019FBF Pacific Blue

📋 copy color: '#019FBF'

red 1 ◦ green 159 ◦ blue 191

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

Shades of Pacific Blue #019FBF

Tints of Pacific Blue #019FBF

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

 GREEN value IS 159 (62.5% from 255) = 45.3%

 BLUE value IS 191 (75% from 255) = 54.42%

R = 0.28%
G = 45.3%
B = 54.42%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#019FBF (or 0x019FBF) is known color: Pacific Blue. HEX triplet: 01, 9F and BF. RGB value is (1,159,191). Sum of RGB (Red+Green+Blue) = 1+159+191=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #019FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FBF is #FE6040. Grayscale: #737373. Windows color (decimal): -16670785 or 12558081. OLE color: 12558081.

HSL color Cylindrical-coordinate representation of color #019FBF: hue angle of 190.11º 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 #019FBF is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 159 191 -
CMYK 0.99 0.17 0 0.25
HSL 190.11º 0.99% 0.38% -
HSV(B) 190.11º 0.99% 0.75% -
XYZ 21.81 28.56 53.65 -
YUV 115.41 170.65 46.4 -
System Red Green Blue C M Y K H S L
Decimal 1 159 191 0.99 0.17 0 0.25 190.11 0.99 0.38
Hex 1 9F BF 63 11 0 19 BE 63 26
Octal 1 237 277 143 21 0 31 276 143 46
Binary 1 10011111 10111111 1100011 10001 0 11001 10111110 1100011 100110

Color Harmonies of #019FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FBF

Black with #019FBF

Text Example


Text Example

White with #019FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #019FBF;
 }
 .AnyTagClassName
 {
   color: #019FBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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