Html Css Color HEX #019EE4 Pacific Blue

📋 copy color: '#019EE4'

red 1 ◦ green 158 ◦ blue 228

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

Shades of Pacific Blue #019EE4

Tints of Pacific Blue #019EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 58.91%

R = 0.26%
G = 40.83%
B = 58.91%

CMYK

 C value IS 1.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#019EE4 (or 0x019EE4) is known color: Pacific Blue. HEX triplet: 01, 9E and E4. RGB value is (1,158,228). Sum of RGB (Red+Green+Blue) = 1+158+228=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 228 (89.45% from 255 or 58.91% from 387); Max value from RGB is 228 - color contains mainly: blue. Hex color #019EE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EE4 is #FE611B. Grayscale: #767676. Windows color (decimal): -16671004 or 14982657. OLE color: 14982657.

HSL color Cylindrical-coordinate representation of color #019EE4: hue angle of 198.5º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019EE4 is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 1 158 228 -
CMYK 1.00 0.31 0 0.11
HSL 198.5º 0.99% 0.45% -
HSV(B) 198.5º 1% 0.89% -
XYZ 26.24 30.06 77.82 -
YUV 119.04 189.49 43.81 -
System Red Green Blue C M Y K H S L
Decimal 1 158 228 1.00 0.31 0 0.11 198.5 0.99 0.45
Hex 1 9E E4 64 1F 0 B C7 63 2D
Octal 1 236 344 144 37 0 13 307 143 55
Binary 1 10011110 11100100 1100100 11111 0 1011 11000111 1100011 101101

Color Harmonies of #019EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EE4

Black with #019EE4

Text Example


Text Example

White with #019EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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