Html Css Color HEX #019FCB Pacific Blue

📋 copy color: '#019FCB'

red 1 ◦ green 159 ◦ blue 203

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

Shades of Pacific Blue #019FCB

Tints of Pacific Blue #019FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.8%

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

R = 0.28%
G = 43.8%
B = 55.92%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#019FCB (or 0x019FCB) is known color: Pacific Blue. HEX triplet: 01, 9F and CB. RGB value is (1,159,203). Sum of RGB (Red+Green+Blue) = 1+159+203=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #019FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FCB is #FE6034. Grayscale: #747474. Windows color (decimal): -16670773 or 13344513. OLE color: 13344513.

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

Color convert

RGB 1 159 203 -
CMYK 1.00 0.22 0 0.20
HSL 193.07º 0.99% 0.4% -
HSV(B) 193.07º 1% 0.8% -
XYZ 23.19 29.11 60.9 -
YUV 116.77 176.65 45.42 -
System Red Green Blue C M Y K H S L
Decimal 1 159 203 1.00 0.22 0 0.20 193.07 0.99 0.4
Hex 1 9F CB 64 16 0 14 C1 63 28
Octal 1 237 313 144 26 0 24 301 143 50
Binary 1 10011111 11001011 1100100 10110 0 10100 11000001 1100011 101000

Color Harmonies of #019FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FCB

Black with #019FCB

Text Example


Text Example

White with #019FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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