Html Css Color HEX #019FCF Pacific Blue

📋 copy color: '#019FCF'

red 1 ◦ green 159 ◦ blue 207

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

Shades of Pacific Blue #019FCF

Tints of Pacific Blue #019FCF

RGB

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

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

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

R = 0.27%
G = 43.32%
B = 56.4%

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

#019FCF (or 0x019FCF) is known color: Pacific Blue. HEX triplet: 01, 9F and CF. RGB value is (1,159,207). Sum of RGB (Red+Green+Blue) = 1+159+207=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #019FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FCF is #FE6030. Grayscale: #747474. Windows color (decimal): -16670769 or 13606657. OLE color: 13606657.

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

Color convert

RGB 1 159 207 -
CMYK 1.00 0.23 0 0.19
HSL 193.98º 0.99% 0.41% -
HSV(B) 193.98º 1% 0.81% -
XYZ 23.67 29.31 63.44 -
YUV 117.23 178.65 45.1 -
System Red Green Blue C M Y K H S L
Decimal 1 159 207 1.00 0.23 0 0.19 193.98 0.99 0.41
Hex 1 9F CF 64 17 0 13 C2 63 29
Octal 1 237 317 144 27 0 23 302 143 51
Binary 1 10011111 11001111 1100100 10111 0 10011 11000010 1100011 101001

Color Harmonies of #019FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FCF

Black with #019FCF

Text Example


Text Example

White with #019FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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