Html Css Color HEX #019EC6 Pacific Blue

📋 copy color: '#019EC6'

red 1 ◦ green 158 ◦ blue 198

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

Shades of Pacific Blue #019EC6

Tints of Pacific Blue #019EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.46%

R = 0.28%
G = 44.26%
B = 55.46%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#019EC6 (or 0x019EC6) is known color: Pacific Blue. HEX triplet: 01, 9E and C6. RGB value is (1,158,198). Sum of RGB (Red+Green+Blue) = 1+158+198=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #019EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EC6 is #FE6139. Grayscale: #737373. Windows color (decimal): -16671034 or 13016577. OLE color: 13016577.

HSL color Cylindrical-coordinate representation of color #019EC6: hue angle of 192.18º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019EC6 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 158 198 -
CMYK 0.99 0.20 0 0.22
HSL 192.18º 0.99% 0.39% -
HSV(B) 192.18º 0.99% 0.78% -
XYZ 22.43 28.54 57.75 -
YUV 115.62 174.49 46.25 -
System Red Green Blue C M Y K H S L
Decimal 1 158 198 0.99 0.20 0 0.22 192.18 0.99 0.39
Hex 1 9E C6 63 14 0 16 C0 63 27
Octal 1 236 306 143 24 0 26 300 143 47
Binary 1 10011110 11000110 1100011 10100 0 10110 11000000 1100011 100111

Color Harmonies of #019EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EC6

Black with #019EC6

Text Example


Text Example

White with #019EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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