Html Css Color HEX #019CCE Pacific Blue

📋 copy color: '#019CCE'

red 1 ◦ green 156 ◦ blue 206

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

Shades of Pacific Blue #019CCE

Tints of Pacific Blue #019CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.98%

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 0.28%
G = 42.98%
B = 56.75%

CMYK

 C value IS 1.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#019CCE (or 0x019CCE) is known color: Pacific Blue. HEX triplet: 01, 9C and CE. RGB value is (1,156,206). Sum of RGB (Red+Green+Blue) = 1+156+206=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #019CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CCE is #FE6331. Grayscale: #727272. Windows color (decimal): -16671538 or 13540353. OLE color: 13540353.

HSL color Cylindrical-coordinate representation of color #019CCE: hue angle of 194.63º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CCE is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 156 206 -
CMYK 1.00 0.24 0 0.19
HSL 194.63º 0.99% 0.41% -
HSV(B) 194.63º 1% 0.81% -
XYZ 23.04 28.24 62.63 -
YUV 115.36 179.15 46.43 -
System Red Green Blue C M Y K H S L
Decimal 1 156 206 1.00 0.24 0 0.19 194.63 0.99 0.41
Hex 1 9C CE 64 18 0 13 C3 63 29
Octal 1 234 316 144 30 0 23 303 143 51
Binary 1 10011100 11001110 1100100 11000 0 10011 11000011 1100011 101001

Color Harmonies of #019CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CCE

Black with #019CCE

Text Example


Text Example

White with #019CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,156,206); }

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

background-color css

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

 a { background-color: rgb(1,156,206); }

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

border-color css

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

 span { border-color: rgb(1,156,206); }

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