Html Css Color HEX #019CEA Pacific Blue

📋 copy color: '#019CEA'

red 1 ◦ green 156 ◦ blue 234

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

Shades of Pacific Blue #019CEA

Tints of Pacific Blue #019CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.9%

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

R = 0.26%
G = 39.9%
B = 59.85%

CMYK

 C value IS 1.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#019CEA (or 0x019CEA) is known color: Pacific Blue. HEX triplet: 01, 9C and EA. RGB value is (1,156,234). Sum of RGB (Red+Green+Blue) = 1+156+234=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #019CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CEA is #FE6315. Grayscale: #767676. Windows color (decimal): -16671510 or 15375361. OLE color: 15375361.

HSL color Cylindrical-coordinate representation of color #019CEA: hue angle of 200.09º 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 #019CEA is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 156 234 -
CMYK 1.00 0.33 0 0.08
HSL 200.09º 0.99% 0.46% -
HSV(B) 200.09º 1% 0.92% -
XYZ 26.75 29.72 82.17 -
YUV 118.55 193.15 44.16 -
System Red Green Blue C M Y K H S L
Decimal 1 156 234 1.00 0.33 0 0.08 200.09 0.99 0.46
Hex 1 9C EA 64 21 0 8 C8 63 2E
Octal 1 234 352 144 41 0 10 310 143 56
Binary 1 10011100 11101010 1100100 100001 0 1000 11001000 1100011 101110

Color Harmonies of #019CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CEA

Black with #019CEA

Text Example


Text Example

White with #019CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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