Html Css Color HEX #019DC9 Pacific Blue

📋 copy color: '#019DC9'

red 1 ◦ green 157 ◦ blue 201

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

Shades of Pacific Blue #019DC9

Tints of Pacific Blue #019DC9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.73%

 BLUE value IS 201 (78.91% from 255) = 55.99%

R = 0.28%
G = 43.73%
B = 55.99%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#019DC9 (or 0x019DC9) is known color: Pacific Blue. HEX triplet: 01, 9D and C9. RGB value is (1,157,201). Sum of RGB (Red+Green+Blue) = 1+157+201=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #019DC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DC9 is #FE6236. Grayscale: #737373. Windows color (decimal): -16671287 or 13212929. OLE color: 13212929.

HSL color Cylindrical-coordinate representation of color #019DC9: hue angle of 193.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DC9 is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 157 201 -
CMYK 1.00 0.22 0 0.21
HSL 193.2º 0.99% 0.4% -
HSV(B) 193.2º 1% 0.79% -
XYZ 22.61 28.34 59.54 -
YUV 115.37 176.32 46.42 -
System Red Green Blue C M Y K H S L
Decimal 1 157 201 1.00 0.22 0 0.21 193.2 0.99 0.4
Hex 1 9D C9 64 16 0 15 C1 63 28
Octal 1 235 311 144 26 0 25 301 143 50
Binary 1 10011101 11001001 1100100 10110 0 10101 11000001 1100011 101000

Color Harmonies of #019DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DC9

Black with #019DC9

Text Example


Text Example

White with #019DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,157,201); }

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

background-color css

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

 a { background-color: rgb(1,157,201); }

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

border-color css

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

 span { border-color: rgb(1,157,201); }

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