Html Css Color HEX #019BBE Pacific Blue

📋 copy color: '#019BBE'

red 1 ◦ green 155 ◦ blue 190

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

Shades of Pacific Blue #019BBE

Tints of Pacific Blue #019BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.8%

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 0.29%
G = 44.8%
B = 54.91%

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

#019BBE (or 0x019BBE) is known color: Pacific Blue. HEX triplet: 01, 9B and BE. RGB value is (1,155,190). Sum of RGB (Red+Green+Blue) = 1+155+190=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #019BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BBE is #FE6441. Grayscale: #707070. Windows color (decimal): -16671810 or 12491521. OLE color: 12491521.

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

Color convert

RGB 1 155 190 -
CMYK 0.99 0.18 0 0.25
HSL 191.11º 0.99% 0.37% -
HSV(B) 191.11º 0.99% 0.75% -
XYZ 21.03 27.17 52.85 -
YUV 112.94 171.48 48.15 -
System Red Green Blue C M Y K H S L
Decimal 1 155 190 0.99 0.18 0 0.25 191.11 0.99 0.37
Hex 1 9B BE 63 12 0 19 BF 63 25
Octal 1 233 276 143 22 0 31 277 143 45
Binary 1 10011011 10111110 1100011 10010 0 11001 10111111 1100011 100101

Color Harmonies of #019BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BBE

Black with #019BBE

Text Example


Text Example

White with #019BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,155,190); }

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

background-color css

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

 a { background-color: rgb(1,155,190); }

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

border-color css

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

 span { border-color: rgb(1,155,190); }

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