Html Css Color HEX #019BCA Pacific Blue

📋 copy color: '#019BCA'

red 1 ◦ green 155 ◦ blue 202

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

Shades of Pacific Blue #019BCA

Tints of Pacific Blue #019BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.3%

 BLUE value IS 202 (79.3% from 255) = 56.42%

R = 0.28%
G = 43.3%
B = 56.42%

CMYK

 C value IS 1.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#019BCA (or 0x019BCA) is known color: Pacific Blue. HEX triplet: 01, 9B and CA. RGB value is (1,155,202). Sum of RGB (Red+Green+Blue) = 1+155+202=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #019BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BCA is #FE6435. Grayscale: #717171. Windows color (decimal): -16671798 or 13277953. OLE color: 13277953.

HSL color Cylindrical-coordinate representation of color #019BCA: hue angle of 194.03º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BCA is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 155 202 -
CMYK 1.00 0.23 0 0.21
HSL 194.03º 0.99% 0.4% -
HSV(B) 194.03º 1% 0.79% -
XYZ 22.39 27.71 60.05 -
YUV 114.31 177.48 47.18 -
System Red Green Blue C M Y K H S L
Decimal 1 155 202 1.00 0.23 0 0.21 194.03 0.99 0.4
Hex 1 9B CA 64 17 0 15 C2 63 28
Octal 1 233 312 144 27 0 25 302 143 50
Binary 1 10011011 11001010 1100100 10111 0 10101 11000010 1100011 101000

Color Harmonies of #019BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BCA

Black with #019BCA

Text Example


Text Example

White with #019BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,155,202); }

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

background-color css

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

 a { background-color: rgb(1,155,202); }

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

border-color css

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

 span { border-color: rgb(1,155,202); }

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