Html Css Color HEX #019EC0 Pacific Blue

📋 copy color: '#019EC0'

red 1 ◦ green 158 ◦ blue 192

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

Shades of Pacific Blue #019EC0

Tints of Pacific Blue #019EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.01%

 BLUE value IS 192 (75.39% from 255) = 54.7%

R = 0.28%
G = 45.01%
B = 54.7%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#019EC0 (or 0x019EC0) is known color: Pacific Blue. HEX triplet: 01, 9E and C0. RGB value is (1,158,192). Sum of RGB (Red+Green+Blue) = 1+158+192=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #019EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EC0 is #FE613F. Grayscale: #727272. Windows color (decimal): -16671040 or 12623361. OLE color: 12623361.

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

Color convert

RGB 1 158 192 -
CMYK 0.99 0.18 0 0.25
HSL 190.68º 0.99% 0.38% -
HSV(B) 190.68º 0.99% 0.75% -
XYZ 21.75 28.27 54.18 -
YUV 114.93 171.49 46.74 -
System Red Green Blue C M Y K H S L
Decimal 1 158 192 0.99 0.18 0 0.25 190.68 0.99 0.38
Hex 1 9E C0 63 12 0 19 BF 63 26
Octal 1 236 300 143 22 0 31 277 143 46
Binary 1 10011110 11000000 1100011 10010 0 11001 10111111 1100011 100110

Color Harmonies of #019EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EC0

Black with #019EC0

Text Example


Text Example

White with #019EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,158,192); }

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

background-color css

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

 a { background-color: rgb(1,158,192); }

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

border-color css

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

 span { border-color: rgb(1,158,192); }

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