#1492C6

Color #1492C6 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1492C6

Tints of Pacific Blue #1492C6

Color information

#1492C6 (or 0x1492C6) is unknown color: approx Pacific Blue. HEX triplet: 14, 92 and C6. RGB value is (20,146,198). Sum of RGB (Red+Green+Blue) = 20+146+198=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #1492C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492C6 is #EB6D39. Grayscale: #717171. Windows color (decimal): -15428922 or 13013524. OLE color: 13013524.

HSL color Cylindrical-coordinate representation of color #1492C6: hue angle of 197.53º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1492C6 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB20146198-
CMYK0.900.2600.22
HSL197.53º81.65%42.75%-
HSV(B)197.53º89.9%77.65%-
XYZ20.7624.7857.12-
YUV114.25175.2660.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.49%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 198 (77.73% from 255) = 54.40%
R=5.49%
G=40.11%
B=54.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal201461980.900.2600.22197.5381.6542.75
Hex1492C65A1A016c6522b
Octal242223061323202630612253
Binary101001001001011000110101101011010010110110001101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1492C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1492C6; }

 p { color: rgb(20,146,198); }

 H1.HeaderClassName
 {
   color: #1492C6;
 }
 .AnyTagClassName
 {
   color: #1492C6;
 }
</style>
background-color css

<style>
 a { background-color: #1492C6; }

 a { background-color: rgb(20,146,198); }

 div.DivClassName
 {
   background-color: #1492C6;
 }
 .BgClassName
 {
   background-color: #1492C6;
 }
</style>
border-color css

<style>
 span { border-color: #1492C6; }

 span { border-color: rgb(20,146,198); }

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