Html Css Color HEX #019ABF Pacific Blue

📋 copy color: '#019ABF'

red 1 ◦ green 154 ◦ blue 191

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

Shades of Pacific Blue #019ABF

Tints of Pacific Blue #019ABF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.51%

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

R = 0.29%
G = 44.51%
B = 55.2%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#019ABF (or 0x019ABF) is known color: Pacific Blue. HEX triplet: 01, 9A and BF. RGB value is (1,154,191). Sum of RGB (Red+Green+Blue) = 1+154+191=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #019ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ABF is #FE6540. Grayscale: #707070. Windows color (decimal): -16672065 or 12556801. OLE color: 12556801.

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

Color convert

RGB 1 154 191 -
CMYK 0.99 0.19 0 0.25
HSL 191.68º 0.99% 0.38% -
HSV(B) 191.68º 0.99% 0.75% -
XYZ 20.97 26.88 53.37 -
YUV 112.47 172.31 48.49 -
System Red Green Blue C M Y K H S L
Decimal 1 154 191 0.99 0.19 0 0.25 191.68 0.99 0.38
Hex 1 9A BF 63 13 0 19 C0 63 26
Octal 1 232 277 143 23 0 31 300 143 46
Binary 1 10011010 10111111 1100011 10011 0 11001 11000000 1100011 100110

Color Harmonies of #019ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019ABF

Black with #019ABF

Text Example


Text Example

White with #019ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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