Html Css Color HEX #019BD7 Pacific Blue

📋 copy color: '#019BD7'

red 1 ◦ green 155 ◦ blue 215

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

Shades of Pacific Blue #019BD7

Tints of Pacific Blue #019BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.95%

R = 0.27%
G = 41.78%
B = 57.95%

CMYK

 C value IS 1.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#019BD7 (or 0x019BD7) is known color: Pacific Blue. HEX triplet: 01, 9B and D7. RGB value is (1,155,215). Sum of RGB (Red+Green+Blue) = 1+155+215=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #019BD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BD7 is #FE6428. Grayscale: #737373. Windows color (decimal): -16671785 or 14129921. OLE color: 14129921.

HSL color Cylindrical-coordinate representation of color #019BD7: hue angle of 196.82º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BD7 is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 155 215 -
CMYK 1.00 0.28 0 0.16
HSL 196.82º 0.99% 0.42% -
HSV(B) 196.82º 1% 0.84% -
XYZ 24 28.36 68.5 -
YUV 115.79 183.98 46.12 -
System Red Green Blue C M Y K H S L
Decimal 1 155 215 1.00 0.28 0 0.16 196.82 0.99 0.42
Hex 1 9B D7 64 1C 0 10 C5 63 2A
Octal 1 233 327 144 34 0 20 305 143 52
Binary 1 10011011 11010111 1100100 11100 0 10000 11000101 1100011 101010

Color Harmonies of #019BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BD7

Black with #019BD7

Text Example


Text Example

White with #019BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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