#0193C4

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

Shades of Pacific Blue #0193C4

Tints of Pacific Blue #0193C4

Color information

#0193C4 (or 0x0193C4) is unknown color: approx Pacific Blue. HEX triplet: 01, 93 and C4. RGB value is (1,147,196). Sum of RGB (Red+Green+Blue) = 1+147+196=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #0193C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0193C4 is #FE6C3B. Grayscale: #6C6C6C. Windows color (decimal): -16673852 or 12882689. OLE color: 12882689.

HSL color Cylindrical-coordinate representation of color #0193C4: hue angle of 195.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0193C4 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1147196-
CMYK0.990.2500.23
HSL195.08º98.98%38.63%-
HSV(B)195.08º99.49%76.86%-
XYZ20.4124.8655.95-
YUV108.93177.1351.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 196 (76.95% from 255) = 56.98%
R=0.29%
G=42.73%
B=56.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11471960.990.2500.23195.0898.9838.63
Hex193C46319017c36327
Octal12233041433102730314347
Binary11001001111000100110001111001010111110000111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0193C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,147,196); }

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

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

 a { background-color: rgb(1,147,196); }

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

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

 span { border-color: rgb(1,147,196); }

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