#0595c7

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

Shades of Pacific Blue #0595C7

Tints of Pacific Blue #0595C7

Color information

#0595C7 (or 0x0595C7) is unknown color: approx Pacific Blue. HEX triplet: 05, 95 and C7. RGB value is (5,149,199). Sum of RGB (Red+Green+Blue) = 5+149+199=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 199 (78.12% from 255 or 56.37% from 353); Max value from RGB is 199 - color contains mainly: blue. Hex color #0595C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0595C7 is #FA6A38. Grayscale: #6F6F6F. Windows color (decimal): -16411193 or 13079813. OLE color: 13079813.

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

Color convert

RGB5149199-
CMYK0.970.2500.22
HSL195.46º95.1%40%-
HSV(B)195.46º97.49%78.04%-
XYZ21.1225.6557.87-
YUV111.64177.2951.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.42%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 199 (78.12% from 255) = 56.37%
R=1.42%
G=42.21%
B=56.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51491990.970.2500.22195.4695.140
Hex595C76119016c35f28
Octal52253071413102630313750
Binary1011001010111000111110000111001010110110000111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0595c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0595c7; }

 p { color: rgb(5,149,199); }

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

<style>
 a { background-color: #0595c7; }

 a { background-color: rgb(5,149,199); }

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

<style>
 span { border-color: #0595c7; }

 span { border-color: rgb(5,149,199); }

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