Html Css Color HEX #019CBF Pacific Blue

📋 copy color: '#019CBF'

red 1 ◦ green 156 ◦ blue 191

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

Shades of Pacific Blue #019CBF

Tints of Pacific Blue #019CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.83%

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

R = 0.29%
G = 44.83%
B = 54.89%

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

#019CBF (or 0x019CBF) is known color: Pacific Blue. HEX triplet: 01, 9C and BF. RGB value is (1,156,191). Sum of RGB (Red+Green+Blue) = 1+156+191=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #019CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CBF is #FE6340. Grayscale: #717171. Windows color (decimal): -16671553 or 12557313. OLE color: 12557313.

HSL color Cylindrical-coordinate representation of color #019CBF: hue angle of 191.05º 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 #019CBF is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 156 191 -
CMYK 0.99 0.18 0 0.25
HSL 191.05º 0.99% 0.38% -
HSV(B) 191.05º 0.99% 0.75% -
XYZ 21.3 27.54 53.48 -
YUV 113.65 171.65 47.65 -
System Red Green Blue C M Y K H S L
Decimal 1 156 191 0.99 0.18 0 0.25 191.05 0.99 0.38
Hex 1 9C BF 63 12 0 19 BF 63 26
Octal 1 234 277 143 22 0 31 277 143 46
Binary 1 10011100 10111111 1100011 10010 0 11001 10111111 1100011 100110

Color Harmonies of #019CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CBF

Black with #019CBF

Text Example


Text Example

White with #019CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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