#1492CB

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

Shades of Pacific Blue #1492CB

Tints of Pacific Blue #1492CB

Color information

#1492CB (or 0x1492CB) is unknown color: approx Pacific Blue. HEX triplet: 14, 92 and CB. RGB value is (20,146,203). Sum of RGB (Red+Green+Blue) = 20+146+203=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #1492CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492CB is #EB6D34. Grayscale: #727272. Windows color (decimal): -15428917 or 13341204. OLE color: 13341204.

HSL color Cylindrical-coordinate representation of color #1492CB: hue angle of 198.69º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1492CB is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20146203-
CMYK0.900.2800.20
HSL198.69º82.06%43.73%-
HSV(B)198.69º90.15%79.61%-
XYZ21.3525.0260.2-
YUV114.82177.7660.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.42%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 203 (79.69% from 255) = 55.01%
R=5.42%
G=39.57%
B=55.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201462030.900.2800.20198.6982.0643.73
Hex1492CB5A1C014c7522c
Octal242223131323402430712254
Binary101001001001011001011101101011100010100110001111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1492CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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