Html Css Color HEX #019BBC Pacific Blue

📋 copy color: '#019BBC'

red 1 ◦ green 155 ◦ blue 188

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

Shades of Pacific Blue #019BBC

Tints of Pacific Blue #019BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.65%

R = 0.29%
G = 45.06%
B = 54.65%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#019BBC (or 0x019BBC) is known color: Pacific Blue. HEX triplet: 01, 9B and BC. RGB value is (1,155,188). Sum of RGB (Red+Green+Blue) = 1+155+188=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #019BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BBC is #FE6443. Grayscale: #707070. Windows color (decimal): -16671812 or 12360449. OLE color: 12360449.

HSL color Cylindrical-coordinate representation of color #019BBC: hue angle of 190.59º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019BBC is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 155 188 -
CMYK 0.99 0.18 0 0.26
HSL 190.59º 0.99% 0.37% -
HSV(B) 190.59º 0.99% 0.74% -
XYZ 20.81 27.08 51.71 -
YUV 112.72 170.48 48.32 -
System Red Green Blue C M Y K H S L
Decimal 1 155 188 0.99 0.18 0 0.26 190.59 0.99 0.37
Hex 1 9B BC 63 12 0 1A BF 63 25
Octal 1 233 274 143 22 0 32 277 143 45
Binary 1 10011011 10111100 1100011 10010 0 11010 10111111 1100011 100101

Color Harmonies of #019BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BBC

Black with #019BBC

Text Example


Text Example

White with #019BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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