Html Css Color HEX #019DBD Pacific Blue

📋 copy color: '#019DBD'

red 1 ◦ green 157 ◦ blue 189

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

Shades of Pacific Blue #019DBD

Tints of Pacific Blue #019DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.47%

R = 0.29%
G = 45.24%
B = 54.47%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#019DBD (or 0x019DBD) is known color: Pacific Blue. HEX triplet: 01, 9D and BD. RGB value is (1,157,189). Sum of RGB (Red+Green+Blue) = 1+157+189=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #019DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DBD is #FE6242. Grayscale: #717171. Windows color (decimal): -16671299 or 12426497. OLE color: 12426497.

HSL color Cylindrical-coordinate representation of color #019DBD: hue angle of 190.21º 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 #019DBD is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 157 189 -
CMYK 0.99 0.17 0 0.26
HSL 190.21º 0.99% 0.37% -
HSV(B) 190.21º 0.99% 0.74% -
XYZ 21.25 27.79 52.39 -
YUV 114 170.32 47.4 -
System Red Green Blue C M Y K H S L
Decimal 1 157 189 0.99 0.17 0 0.26 190.21 0.99 0.37
Hex 1 9D BD 63 11 0 1A BE 63 25
Octal 1 235 275 143 21 0 32 276 143 45
Binary 1 10011101 10111101 1100011 10001 0 11010 10111110 1100011 100101

Color Harmonies of #019DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DBD

Black with #019DBD

Text Example


Text Example

White with #019DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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