Html Css Color HEX #019EC3 Pacific Blue

📋 copy color: '#019EC3'

red 1 ◦ green 158 ◦ blue 195

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

Shades of Pacific Blue #019EC3

Tints of Pacific Blue #019EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 55.08%

R = 0.28%
G = 44.63%
B = 55.08%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#019EC3 (or 0x019EC3) is known color: Pacific Blue. HEX triplet: 01, 9E and C3. RGB value is (1,158,195). Sum of RGB (Red+Green+Blue) = 1+158+195=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #019EC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EC3 is #FE613C. Grayscale: #727272. Windows color (decimal): -16671037 or 12819969. OLE color: 12819969.

HSL color Cylindrical-coordinate representation of color #019EC3: hue angle of 191.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019EC3 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 158 195 -
CMYK 0.99 0.19 0 0.24
HSL 191.44º 0.99% 0.38% -
HSV(B) 191.44º 0.99% 0.76% -
XYZ 22.09 28.4 55.95 -
YUV 115.28 172.99 46.49 -
System Red Green Blue C M Y K H S L
Decimal 1 158 195 0.99 0.19 0 0.24 191.44 0.99 0.38
Hex 1 9E C3 63 13 0 18 BF 63 26
Octal 1 236 303 143 23 0 30 277 143 46
Binary 1 10011110 11000011 1100011 10011 0 11000 10111111 1100011 100110

Color Harmonies of #019EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EC3

Black with #019EC3

Text Example


Text Example

White with #019EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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