Html Css Color HEX #019CDB Pacific Blue

📋 copy color: '#019CDB'

red 1 ◦ green 156 ◦ blue 219

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

Shades of Pacific Blue #019CDB

Tints of Pacific Blue #019CDB

RGB

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

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

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

R = 0.27%
G = 41.49%
B = 58.24%

CMYK

 C value IS 1.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#019CDB (or 0x019CDB) is known color: Pacific Blue. HEX triplet: 01, 9C and DB. RGB value is (1,156,219). Sum of RGB (Red+Green+Blue) = 1+156+219=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #019CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CDB is #FE6324. Grayscale: #747474. Windows color (decimal): -16671525 or 14392321. OLE color: 14392321.

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

Color convert

RGB 1 156 219 -
CMYK 1.00 0.29 0 0.14
HSL 197.34º 0.99% 0.43% -
HSV(B) 197.34º 1% 0.86% -
XYZ 24.69 28.9 71.29 -
YUV 116.84 185.65 45.38 -
System Red Green Blue C M Y K H S L
Decimal 1 156 219 1.00 0.29 0 0.14 197.34 0.99 0.43
Hex 1 9C DB 64 1D 0 E C5 63 2B
Octal 1 234 333 144 35 0 16 305 143 53
Binary 1 10011100 11011011 1100100 11101 0 1110 11000101 1100011 101011

Color Harmonies of #019CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CDB

Black with #019CDB

Text Example


Text Example

White with #019CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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