Html Css Color HEX #019FCE Pacific Blue

📋 copy color: '#019FCE'

red 1 ◦ green 159 ◦ blue 206

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

Shades of Pacific Blue #019FCE

Tints of Pacific Blue #019FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.44%

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 0.27%
G = 43.44%
B = 56.28%

CMYK

 C value IS 1.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#019FCE (or 0x019FCE) is known color: Pacific Blue. HEX triplet: 01, 9F and CE. RGB value is (1,159,206). Sum of RGB (Red+Green+Blue) = 1+159+206=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #019FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FCE is #FE6031. Grayscale: #747474. Windows color (decimal): -16670770 or 13541121. OLE color: 13541121.

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

Color convert

RGB 1 159 206 -
CMYK 1.00 0.23 0 0.19
HSL 193.76º 0.99% 0.41% -
HSV(B) 193.76º 1% 0.81% -
XYZ 23.55 29.26 62.8 -
YUV 117.12 178.15 45.18 -
System Red Green Blue C M Y K H S L
Decimal 1 159 206 1.00 0.23 0 0.19 193.76 0.99 0.41
Hex 1 9F CE 64 17 0 13 C2 63 29
Octal 1 237 316 144 27 0 23 302 143 51
Binary 1 10011111 11001110 1100100 10111 0 10011 11000010 1100011 101001

Color Harmonies of #019FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FCE

Black with #019FCE

Text Example


Text Example

White with #019FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,159,206); }

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

background-color css

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

 a { background-color: rgb(1,159,206); }

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

border-color css

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

 span { border-color: rgb(1,159,206); }

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