Html Css Color HEX #019BE0 Pacific Blue

📋 copy color: '#019BE0'

red 1 ◦ green 155 ◦ blue 224

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

Shades of Pacific Blue #019BE0

Tints of Pacific Blue #019BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.95%

R = 0.26%
G = 40.79%
B = 58.95%

CMYK

 C value IS 1.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#019BE0 (or 0x019BE0) is known color: Pacific Blue. HEX triplet: 01, 9B and E0. RGB value is (1,155,224). Sum of RGB (Red+Green+Blue) = 1+155+224=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 224 (87.89% from 255 or 58.95% from 380); Max value from RGB is 224 - color contains mainly: blue. Hex color #019BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BE0 is #FE641F. Grayscale: #747474. Windows color (decimal): -16671776 or 14719745. OLE color: 14719745.

HSL color Cylindrical-coordinate representation of color #019BE0: hue angle of 198.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BE0 is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 155 224 -
CMYK 1.00 0.31 0 0.12
HSL 198.57º 0.99% 0.44% -
HSV(B) 198.57º 1% 0.88% -
XYZ 25.19 28.83 74.76 -
YUV 116.82 188.48 45.39 -
System Red Green Blue C M Y K H S L
Decimal 1 155 224 1.00 0.31 0 0.12 198.57 0.99 0.44
Hex 1 9B E0 64 1F 0 C C7 63 2C
Octal 1 233 340 144 37 0 14 307 143 54
Binary 1 10011011 11100000 1100100 11111 0 1100 11000111 1100011 101100

Color Harmonies of #019BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BE0

Black with #019BE0

Text Example


Text Example

White with #019BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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