Html Css Color HEX #019DBF Pacific Blue

📋 copy color: '#019DBF'

red 1 ◦ green 157 ◦ blue 191

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

Shades of Pacific Blue #019DBF

Tints of Pacific Blue #019DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.73%

R = 0.29%
G = 44.99%
B = 54.73%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#019DBF (or 0x019DBF) is known color: Pacific Blue. HEX triplet: 01, 9D and BF. RGB value is (1,157,191). Sum of RGB (Red+Green+Blue) = 1+157+191=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #019DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DBF is #FE6240. Grayscale: #717171. Windows color (decimal): -16671297 or 12557569. OLE color: 12557569.

HSL color Cylindrical-coordinate representation of color #019DBF: hue angle of 190.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019DBF is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 157 191 -
CMYK 0.99 0.18 0 0.25
HSL 190.74º 0.99% 0.38% -
HSV(B) 190.74º 0.99% 0.75% -
XYZ 21.47 27.88 53.54 -
YUV 114.23 171.32 47.24 -
System Red Green Blue C M Y K H S L
Decimal 1 157 191 0.99 0.18 0 0.25 190.74 0.99 0.38
Hex 1 9D BF 63 12 0 19 BF 63 26
Octal 1 235 277 143 22 0 31 277 143 46
Binary 1 10011101 10111111 1100011 10010 0 11001 10111111 1100011 100110

Color Harmonies of #019DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DBF

Black with #019DBF

Text Example


Text Example

White with #019DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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