#1491CB

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

Shades of Pacific Blue #1491CB

Tints of Pacific Blue #1491CB

Color information

#1491CB (or 0x1491CB) is unknown color: approx Pacific Blue. HEX triplet: 14, 91 and CB. RGB value is (20,145,203). Sum of RGB (Red+Green+Blue) = 20+145+203=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #1491CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1491CB is #EB6E34. Grayscale: #717171. Windows color (decimal): -15429173 or 13340948. OLE color: 13340948.

HSL color Cylindrical-coordinate representation of color #1491CB: hue angle of 199.02º 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 #1491CB is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20145203-
CMYK0.900.2900.20
HSL199.02º82.06%43.73%-
HSV(B)199.02º90.15%79.61%-
XYZ21.1924.7160.15-
YUV114.24178.0960.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.43%
GREEN value IS 145 (57.03% from 255) = 39.40%
BLUE value IS 203 (79.69% from 255) = 55.16%
R=5.43%
G=39.40%
B=55.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201452030.900.2900.20199.0282.0643.73
Hex1491CB5A1D014c7522c
Octal242213131323502430712254
Binary101001001000111001011101101011101010100110001111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1491CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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