Html Css Color HEX #019EEA Pacific Blue

📋 copy color: '#019EEA'

red 1 ◦ green 158 ◦ blue 234

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

Shades of Pacific Blue #019EEA

Tints of Pacific Blue #019EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.54%

R = 0.25%
G = 40.2%
B = 59.54%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#019EEA (or 0x019EEA) is known color: Pacific Blue. HEX triplet: 01, 9E and EA. RGB value is (1,158,234). Sum of RGB (Red+Green+Blue) = 1+158+234=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #019EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019EEA is #FE6115. Grayscale: #777777. Windows color (decimal): -16670998 or 15375873. OLE color: 15375873.

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

Color convert

RGB 1 158 234 -
CMYK 1.00 0.32 0 0.08
HSL 199.57º 0.99% 0.46% -
HSV(B) 199.57º 1% 0.92% -
XYZ 27.09 30.4 82.28 -
YUV 119.72 192.49 43.32 -
System Red Green Blue C M Y K H S L
Decimal 1 158 234 1.00 0.32 0 0.08 199.57 0.99 0.46
Hex 1 9E EA 64 20 0 8 C8 63 2E
Octal 1 236 352 144 40 0 10 310 143 56
Binary 1 10011110 11101010 1100100 100000 0 1000 11001000 1100011 101110

Color Harmonies of #019EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EEA

Black with #019EEA

Text Example


Text Example

White with #019EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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