Html Css Color HEX #019DBC Pacific Blue

📋 copy color: '#019DBC'

red 1 ◦ green 157 ◦ blue 188

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

Shades of Pacific Blue #019DBC

Tints of Pacific Blue #019DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.34%

R = 0.29%
G = 45.38%
B = 54.34%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#019DBC (or 0x019DBC) is known color: Pacific Blue. HEX triplet: 01, 9D and BC. RGB value is (1,157,188). Sum of RGB (Red+Green+Blue) = 1+157+188=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #019DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DBC is #FE6243. Grayscale: #717171. Windows color (decimal): -16671300 or 12360961. OLE color: 12360961.

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

Color convert

RGB 1 157 188 -
CMYK 0.99 0.16 0 0.26
HSL 189.95º 0.99% 0.37% -
HSV(B) 189.95º 0.99% 0.74% -
XYZ 21.15 27.75 51.82 -
YUV 113.89 169.82 47.48 -
System Red Green Blue C M Y K H S L
Decimal 1 157 188 0.99 0.16 0 0.26 189.95 0.99 0.37
Hex 1 9D BC 63 10 0 1A BE 63 25
Octal 1 235 274 143 20 0 32 276 143 45
Binary 1 10011101 10111100 1100011 10000 0 11010 10111110 1100011 100101

Color Harmonies of #019DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DBC

Black with #019DBC

Text Example


Text Example

White with #019DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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