#1595C4

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

Shades of Pacific Blue #1595C4

Tints of Pacific Blue #1595C4

Color information

#1595C4 (or 0x1595C4) is unknown color: approx Pacific Blue. HEX triplet: 15, 95 and C4. RGB value is (21,149,196). Sum of RGB (Red+Green+Blue) = 21+149+196=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 196 (76.95% from 255 or 53.55% from 366); Max value from RGB is 196 - color contains mainly: blue. Hex color #1595C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1595C4 is #EA6A3B. Grayscale: #737373. Windows color (decimal): -15362620 or 12883221. OLE color: 12883221.

HSL color Cylindrical-coordinate representation of color #1595C4: hue angle of 196.11º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1595C4 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB21149196-
CMYK0.890.2400.23
HSL196.11º80.65%42.55%-
HSV(B)196.11º89.29%76.86%-
XYZ21.0225.6456.07-
YUV116.09173.0960.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.74%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 196 (76.95% from 255) = 53.55%
R=5.74%
G=40.71%
B=53.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal211491960.890.2400.23196.1180.6542.55
Hex1595C45918017c4512b
Octal252253041313002730412153
Binary101011001010111000100101100111000010111110001001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1595C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1595C4; }

 p { color: rgb(21,149,196); }

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

<style>
 a { background-color: #1595C4; }

 a { background-color: rgb(21,149,196); }

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

<style>
 span { border-color: #1595C4; }

 span { border-color: rgb(21,149,196); }

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