Html Css Color HEX #019ABE Pacific Blue

📋 copy color: '#019ABE'

red 1 ◦ green 154 ◦ blue 190

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

Shades of Pacific Blue #019ABE

Tints of Pacific Blue #019ABE

RGB

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

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

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

R = 0.29%
G = 44.64%
B = 55.07%

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

#019ABE (or 0x019ABE) is known color: Pacific Blue. HEX triplet: 01, 9A and BE. RGB value is (1,154,190). Sum of RGB (Red+Green+Blue) = 1+154+190=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #019ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ABE is #FE6541. Grayscale: #707070. Windows color (decimal): -16672066 or 12491265. OLE color: 12491265.

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

Color convert

RGB 1 154 190 -
CMYK 0.99 0.19 0 0.25
HSL 191.43º 0.99% 0.37% -
HSV(B) 191.43º 0.99% 0.75% -
XYZ 20.86 26.84 52.8 -
YUV 112.36 171.81 48.57 -
System Red Green Blue C M Y K H S L
Decimal 1 154 190 0.99 0.19 0 0.25 191.43 0.99 0.37
Hex 1 9A BE 63 13 0 19 BF 63 25
Octal 1 232 276 143 23 0 31 277 143 45
Binary 1 10011010 10111110 1100011 10011 0 11001 10111111 1100011 100101

Color Harmonies of #019ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019ABE

Black with #019ABE

Text Example


Text Example

White with #019ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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