#0590CC

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

Shades of Pacific Blue #0590CC

Tints of Pacific Blue #0590CC

Color information

#0590CC (or 0x0590CC) is unknown color: approx Pacific Blue. HEX triplet: 05, 90 and CC. RGB value is (5,144,204). Sum of RGB (Red+Green+Blue) = 5+144+204=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #0590CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0590CC is #FA6F33. Grayscale: #6C6C6C. Windows color (decimal): -16412468 or 13406213. OLE color: 13406213.

HSL color Cylindrical-coordinate representation of color #0590CC: hue angle of 198.09º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0590CC is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5144204-
CMYK0.980.2900.2
HSL198.09º95.22%40.98%-
HSV(B)198.09º97.55%80%-
XYZ20.9324.3460.72-
YUV109.28181.4553.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.42%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 204 (80.08% from 255) = 57.79%
R=1.42%
G=40.79%
B=57.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51442040.980.2900.2198.0995.2240.98
Hex590CC621D014c65f29
Octal52203141423502430613751
Binary1011001000011001100110001011101010100110001101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0590CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0590CC; }

 p { color: rgb(5,144,204); }

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

<style>
 a { background-color: #0590CC; }

 a { background-color: rgb(5,144,204); }

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

<style>
 span { border-color: #0590CC; }

 span { border-color: rgb(5,144,204); }

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