Html Css Color HEX #019EDB Pacific Blue

📋 copy color: '#019EDB'

red 1 ◦ green 158 ◦ blue 219

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

Shades of Pacific Blue #019EDB

Tints of Pacific Blue #019EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.8%

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 0.26%
G = 41.8%
B = 57.94%

CMYK

 C value IS 1.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#019EDB (or 0x019EDB) is known color: Pacific Blue. HEX triplet: 01, 9E and DB. RGB value is (1,158,219). Sum of RGB (Red+Green+Blue) = 1+158+219=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #019EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EDB is #FE6124. Grayscale: #757575. Windows color (decimal): -16671013 or 14392833. OLE color: 14392833.

HSL color Cylindrical-coordinate representation of color #019EDB: hue angle of 196.79º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019EDB is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 158 219 -
CMYK 1.00 0.28 0 0.14
HSL 196.79º 0.99% 0.43% -
HSV(B) 196.79º 1% 0.86% -
XYZ 25.03 29.57 71.41 -
YUV 118.01 184.99 44.54 -
System Red Green Blue C M Y K H S L
Decimal 1 158 219 1.00 0.28 0 0.14 196.79 0.99 0.43
Hex 1 9E DB 64 1C 0 E C5 63 2B
Octal 1 236 333 144 34 0 16 305 143 53
Binary 1 10011110 11011011 1100100 11100 0 1110 11000101 1100011 101011

Color Harmonies of #019EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EDB

Black with #019EDB

Text Example


Text Example

White with #019EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,158,219); }

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

background-color css

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

 a { background-color: rgb(1,158,219); }

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

border-color css

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

 span { border-color: rgb(1,158,219); }

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