Html Css Color HEX #019ADA Pacific Blue

📋 copy color: '#019ADA'

red 1 ◦ green 154 ◦ blue 218

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

Shades of Pacific Blue #019ADA

Tints of Pacific Blue #019ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.29%

 BLUE value IS 218 (85.55% from 255) = 58.45%

R = 0.27%
G = 41.29%
B = 58.45%

CMYK

 C value IS 1.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#019ADA (or 0x019ADA) is known color: Pacific Blue. HEX triplet: 01, 9A and DA. RGB value is (1,154,218). Sum of RGB (Red+Green+Blue) = 1+154+218=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #019ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ADA is #FE6525. Grayscale: #737373. Windows color (decimal): -16672038 or 14326273. OLE color: 14326273.

HSL color Cylindrical-coordinate representation of color #019ADA: hue angle of 197.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019ADA is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 154 218 -
CMYK 1.00 0.29 0 0.15
HSL 197.7º 0.99% 0.43% -
HSV(B) 197.7º 1% 0.85% -
XYZ 24.22 28.18 70.49 -
YUV 115.55 185.81 46.3 -
System Red Green Blue C M Y K H S L
Decimal 1 154 218 1.00 0.29 0 0.15 197.7 0.99 0.43
Hex 1 9A DA 64 1D 0 F C6 63 2B
Octal 1 232 332 144 35 0 17 306 143 53
Binary 1 10011010 11011010 1100100 11101 0 1111 11000110 1100011 101011

Color Harmonies of #019ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019ADA

Black with #019ADA

Text Example


Text Example

White with #019ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,154,218); }

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

background-color css

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

 a { background-color: rgb(1,154,218); }

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

border-color css

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

 span { border-color: rgb(1,154,218); }

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