#1490CB

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

Shades of Pacific Blue #1490CB

Tints of Pacific Blue #1490CB

Color information

#1490CB (or 0x1490CB) is unknown color: approx Pacific Blue. HEX triplet: 14, 90 and CB. RGB value is (20,144,203). Sum of RGB (Red+Green+Blue) = 20+144+203=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #1490CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1490CB is #EB6F34. Grayscale: #717171. Windows color (decimal): -15429429 or 13340692. OLE color: 13340692.

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

Color convert

RGB20144203-
CMYK0.900.2900.20
HSL199.34º82.06%43.73%-
HSV(B)199.34º90.15%79.61%-
XYZ21.0424.4160.1-
YUV113.65178.4261.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.45%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 203 (79.69% from 255) = 55.31%
R=5.45%
G=39.24%
B=55.31%

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
Decimal201442030.900.2900.20199.3482.0643.73
Hex1490CB5A1D014c7522c
Octal242203131323502430712254
Binary101001001000011001011101101011101010100110001111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1490CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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