Html Css Color HEX #019EE9 Pacific Blue

📋 copy color: '#019EE9'

red 1 ◦ green 158 ◦ blue 233

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

Shades of Pacific Blue #019EE9

Tints of Pacific Blue #019EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 59.44%

R = 0.26%
G = 40.31%
B = 59.44%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#019EE9 (or 0x019EE9) is known color: Pacific Blue. HEX triplet: 01, 9E and E9. RGB value is (1,158,233). Sum of RGB (Red+Green+Blue) = 1+158+233=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 233 (91.41% from 255 or 59.44% from 392); Max value from RGB is 233 - color contains mainly: blue. Hex color #019EE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019EE9 is #FE6116. Grayscale: #777777. Windows color (decimal): -16670999 or 15310337. OLE color: 15310337.

HSL color Cylindrical-coordinate representation of color #019EE9: hue angle of 199.4º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019EE9 is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 158 233 -
CMYK 1.00 0.32 0 0.09
HSL 199.4º 0.99% 0.46% -
HSV(B) 199.4º 1% 0.91% -
XYZ 26.95 30.34 81.53 -
YUV 119.61 191.99 43.4 -
System Red Green Blue C M Y K H S L
Decimal 1 158 233 1.00 0.32 0 0.09 199.4 0.99 0.46
Hex 1 9E E9 64 20 0 9 C7 63 2E
Octal 1 236 351 144 40 0 11 307 143 56
Binary 1 10011110 11101001 1100100 100000 0 1001 11000111 1100011 101110

Color Harmonies of #019EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EE9

Black with #019EE9

Text Example


Text Example

White with #019EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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