Html Css Color HEX #019DCB Pacific Blue

📋 copy color: '#019DCB'

red 1 ◦ green 157 ◦ blue 203

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

Shades of Pacific Blue #019DCB

Tints of Pacific Blue #019DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.49%

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 0.28%
G = 43.49%
B = 56.23%

CMYK

 C value IS 1.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#019DCB (or 0x019DCB) is known color: Pacific Blue. HEX triplet: 01, 9D and CB. RGB value is (1,157,203). Sum of RGB (Red+Green+Blue) = 1+157+203=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #019DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DCB is #FE6234. Grayscale: #737373. Windows color (decimal): -16671285 or 13344001. OLE color: 13344001.

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

Color convert

RGB 1 157 203 -
CMYK 1.00 0.23 0 0.20
HSL 193.66º 0.99% 0.4% -
HSV(B) 193.66º 1% 0.8% -
XYZ 22.85 28.43 60.78 -
YUV 115.6 177.32 46.26 -
System Red Green Blue C M Y K H S L
Decimal 1 157 203 1.00 0.23 0 0.20 193.66 0.99 0.4
Hex 1 9D CB 64 17 0 14 C2 63 28
Octal 1 235 313 144 27 0 24 302 143 50
Binary 1 10011101 11001011 1100100 10111 0 10100 11000010 1100011 101000

Color Harmonies of #019DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DCB

Black with #019DCB

Text Example


Text Example

White with #019DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,157,203); }

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

background-color css

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

 a { background-color: rgb(1,157,203); }

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

border-color css

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

 span { border-color: rgb(1,157,203); }

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