Html Css Color HEX #019DDB Pacific Blue

📋 copy color: '#019DDB'

red 1 ◦ green 157 ◦ blue 219

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

Shades of Pacific Blue #019DDB

Tints of Pacific Blue #019DDB

RGB

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

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

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

R = 0.27%
G = 41.64%
B = 58.09%

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

#019DDB (or 0x019DDB) is known color: Pacific Blue. HEX triplet: 01, 9D and DB. RGB value is (1,157,219). Sum of RGB (Red+Green+Blue) = 1+157+219=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #019DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DDB is #FE6224. Grayscale: #757575. Windows color (decimal): -16671269 or 14392577. OLE color: 14392577.

HSL color Cylindrical-coordinate representation of color #019DDB: hue angle of 197.06º 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 #019DDB is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 157 219 -
CMYK 1.00 0.28 0 0.14
HSL 197.06º 0.99% 0.43% -
HSV(B) 197.06º 1% 0.86% -
XYZ 24.86 29.23 71.35 -
YUV 117.42 185.32 44.96 -
System Red Green Blue C M Y K H S L
Decimal 1 157 219 1.00 0.28 0 0.14 197.06 0.99 0.43
Hex 1 9D DB 64 1C 0 E C5 63 2B
Octal 1 235 333 144 34 0 16 305 143 53
Binary 1 10011101 11011011 1100100 11100 0 1110 11000101 1100011 101011

Color Harmonies of #019DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DDB

Black with #019DDB

Text Example


Text Example

White with #019DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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