Html Css Color HEX #019ECF Pacific Blue

📋 copy color: '#019ECF'

red 1 ◦ green 158 ◦ blue 207

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

Shades of Pacific Blue #019ECF

Tints of Pacific Blue #019ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 0.27%
G = 43.17%
B = 56.56%

CMYK

 C value IS 1.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#019ECF (or 0x019ECF) is known color: Pacific Blue. HEX triplet: 01, 9E and CF. RGB value is (1,158,207). Sum of RGB (Red+Green+Blue) = 1+158+207=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #019ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ECF is #FE6130. Grayscale: #747474. Windows color (decimal): -16671025 or 13606401. OLE color: 13606401.

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

Color convert

RGB 1 158 207 -
CMYK 1.00 0.24 0 0.19
HSL 194.27º 0.99% 0.41% -
HSV(B) 194.27º 1% 0.81% -
XYZ 23.5 28.97 63.38 -
YUV 116.64 178.99 45.52 -
System Red Green Blue C M Y K H S L
Decimal 1 158 207 1.00 0.24 0 0.19 194.27 0.99 0.41
Hex 1 9E CF 64 18 0 13 C2 63 29
Octal 1 236 317 144 30 0 23 302 143 51
Binary 1 10011110 11001111 1100100 11000 0 10011 11000010 1100011 101001

Color Harmonies of #019ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019ECF

Black with #019ECF

Text Example


Text Example

White with #019ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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