Html Css Color HEX #019CDA Pacific Blue

📋 copy color: '#019CDA'

red 1 ◦ green 156 ◦ blue 218

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

Shades of Pacific Blue #019CDA

Tints of Pacific Blue #019CDA

RGB

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

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

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

R = 0.27%
G = 41.6%
B = 58.13%

CMYK

 C value IS 1.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#019CDA (or 0x019CDA) is known color: Pacific Blue. HEX triplet: 01, 9C and DA. RGB value is (1,156,218). Sum of RGB (Red+Green+Blue) = 1+156+218=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #019CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CDA is #FE6325. Grayscale: #747474. Windows color (decimal): -16671526 or 14326785. OLE color: 14326785.

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

Color convert

RGB 1 156 218 -
CMYK 1.00 0.28 0 0.15
HSL 197.14º 0.99% 0.43% -
HSV(B) 197.14º 1% 0.85% -
XYZ 24.56 28.85 70.6 -
YUV 116.72 185.15 45.46 -
System Red Green Blue C M Y K H S L
Decimal 1 156 218 1.00 0.28 0 0.15 197.14 0.99 0.43
Hex 1 9C DA 64 1C 0 F C5 63 2B
Octal 1 234 332 144 34 0 17 305 143 53
Binary 1 10011100 11011010 1100100 11100 0 1111 11000101 1100011 101011

Color Harmonies of #019CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CDA

Black with #019CDA

Text Example


Text Example

White with #019CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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