#0594C5

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

Shades of Pacific Blue #0594C5

Tints of Pacific Blue #0594C5

Color information

#0594C5 (or 0x0594C5) is unknown color: approx Pacific Blue. HEX triplet: 05, 94 and C5. RGB value is (5,148,197). Sum of RGB (Red+Green+Blue) = 5+148+197=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 197 (77.34% from 255 or 56.29% from 350); Max value from RGB is 197 - color contains mainly: blue. Hex color #0594C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0594C5 is #FA6B3A. Grayscale: #6E6E6E. Windows color (decimal): -16411451 or 12948485. OLE color: 12948485.

HSL color Cylindrical-coordinate representation of color #0594C5: hue angle of 195.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0594C5 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5148197-
CMYK0.970.2500.23
HSL195.31º95.05%39.61%-
HSV(B)195.31º97.46%77.25%-
XYZ20.7325.2456.6-
YUV110.83176.6252.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.43%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 197 (77.34% from 255) = 56.29%
R=1.43%
G=42.29%
B=56.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51481970.970.2500.23195.3195.0539.61
Hex594C56119017c35f28
Octal52243051413102730313750
Binary1011001010011000101110000111001010111110000111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0594C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0594C5; }

 p { color: rgb(5,148,197); }

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

<style>
 a { background-color: #0594C5; }

 a { background-color: rgb(5,148,197); }

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

<style>
 span { border-color: #0594C5; }

 span { border-color: rgb(5,148,197); }

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