#1495C4

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

Shades of Pacific Blue #1495C4

Tints of Pacific Blue #1495C4

Color information

#1495C4 (or 0x1495C4) is unknown color: approx Pacific Blue. HEX triplet: 14, 95 and C4. RGB value is (20,149,196). Sum of RGB (Red+Green+Blue) = 20+149+196=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #1495C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495C4 is #EB6A3B. Grayscale: #737373. Windows color (decimal): -15428156 or 12883220. OLE color: 12883220.

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

Color convert

RGB20149196-
CMYK0.900.2400.23
HSL196.02º81.48%42.35%-
HSV(B)196.02º89.8%76.86%-
XYZ2125.6356.06-
YUV115.79173.2659.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.48%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 196 (76.95% from 255) = 53.70%
R=5.48%
G=40.82%
B=53.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal201491960.900.2400.23196.0281.4842.35
Hex1495C45A18017c4512a
Octal242253041323002730412152
Binary101001001010111000100101101011000010111110001001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1495C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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