Html Css Color HEX #019FBE Pacific Blue

📋 copy color: '#019FBE'

red 1 ◦ green 159 ◦ blue 190

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

Shades of Pacific Blue #019FBE

Tints of Pacific Blue #019FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 0.29%
G = 45.43%
B = 54.29%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#019FBE (or 0x019FBE) is known color: Pacific Blue. HEX triplet: 01, 9F and BE. RGB value is (1,159,190). Sum of RGB (Red+Green+Blue) = 1+159+190=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #019FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FBE is #FE6041. Grayscale: #737373. Windows color (decimal): -16670786 or 12492545. OLE color: 12492545.

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

Color convert

RGB 1 159 190 -
CMYK 0.99 0.16 0 0.25
HSL 189.84º 0.99% 0.37% -
HSV(B) 189.84º 0.99% 0.75% -
XYZ 21.7 28.52 53.08 -
YUV 115.29 170.15 46.48 -
System Red Green Blue C M Y K H S L
Decimal 1 159 190 0.99 0.16 0 0.25 189.84 0.99 0.37
Hex 1 9F BE 63 10 0 19 BE 63 25
Octal 1 237 276 143 20 0 31 276 143 45
Binary 1 10011111 10111110 1100011 10000 0 11001 10111110 1100011 100101

Color Harmonies of #019FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FBE

Black with #019FBE

Text Example


Text Example

White with #019FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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