#0295CC

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

Shades of Pacific Blue #0295CC

Tints of Pacific Blue #0295CC

Color information

#0295CC (or 0x0295CC) is unknown color: approx Pacific Blue. HEX triplet: 02, 95 and CC. RGB value is (2,149,204). Sum of RGB (Red+Green+Blue) = 2+149+204=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #0295CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295CC is #FD6A33. Grayscale: #6E6E6E. Windows color (decimal): -16607796 or 13407490. OLE color: 13407490.

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

Color convert

RGB2149204-
CMYK0.990.2700.2
HSL196.34º98.06%40.39%-
HSV(B)196.34º99.02%80%-
XYZ21.6725.8760.98-
YUV111.32180.350.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=0.56%
G=41.97%
B=57.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal21492040.990.2700.2196.3498.0640.39
Hex295CC631B014c46228
Octal22253141433302430414250
Binary101001010111001100110001111011010100110001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0295CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,149,204); }

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

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

 a { background-color: rgb(2,149,204); }

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

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

 span { border-color: rgb(2,149,204); }

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