Html Css Color HEX #019EBD Pacific Blue

📋 copy color: '#019EBD'

red 1 ◦ green 158 ◦ blue 189

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

Shades of Pacific Blue #019EBD

Tints of Pacific Blue #019EBD

RGB

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

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

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

R = 0.29%
G = 45.4%
B = 54.31%

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

#019EBD (or 0x019EBD) is known color: Pacific Blue. HEX triplet: 01, 9E and BD. RGB value is (1,158,189). Sum of RGB (Red+Green+Blue) = 1+158+189=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #019EBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EBD is #FE6142. Grayscale: #727272. Windows color (decimal): -16671043 or 12426753. OLE color: 12426753.

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

Color convert

RGB 1 158 189 -
CMYK 0.99 0.16 0 0.26
HSL 189.89º 0.99% 0.37% -
HSV(B) 189.89º 0.99% 0.74% -
XYZ 21.42 28.13 52.45 -
YUV 114.59 169.99 46.98 -
System Red Green Blue C M Y K H S L
Decimal 1 158 189 0.99 0.16 0 0.26 189.89 0.99 0.37
Hex 1 9E BD 63 10 0 1A BE 63 25
Octal 1 236 275 143 20 0 32 276 143 45
Binary 1 10011110 10111101 1100011 10000 0 11010 10111110 1100011 100101

Color Harmonies of #019EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EBD

Black with #019EBD

Text Example


Text Example

White with #019EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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