Shades of Pacific Blue #1295C6
Tints of Pacific Blue #1295C6
RGB
CMYK
RGB Variations
Color information
#1295C6 (or 0x1295C6) is known color: Pacific Blue. HEX triplet: 12, 95 and C6. RGB value is (18,149,198). Sum of RGB (Red+Green+Blue) = 18+149+198=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #1295C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1295C6 is #ED6A39. Grayscale: #737373. Windows color (decimal): -15559226 or 13014290. OLE color: 13014290.
HSL color Cylindrical-coordinate representation of color #1295C6: hue angle of 196.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1295C6 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 149 | 198 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.22 |
| HSL | 196.33º | 0.83% | 0.42% | - |
| HSV(B) | 196.33º | 0.91% | 0.78% | - |
| XYZ | 21.19 | 25.7 | 57.27 | - |
| YUV | 115.42 | 174.6 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 198 | 0.91 | 0.25 | 0 | 0.22 | 196.33 | 0.83 | 0.42 |
| Hex | 12 | 95 | C6 | 5B | 19 | 0 | 16 | C4 | 53 | 2A |
| Octal | 22 | 225 | 306 | 133 | 31 | 0 | 26 | 304 | 123 | 52 |
| Binary | 10010 | 10010101 | 11000110 | 1011011 | 11001 | 0 | 10110 | 11000100 | 1010011 | 101010 |
Color Harmonies of #1295C6
Complementary color
Monochromatic Colors of #1295C6
Black with #1295C6
Text Example
Text Example
White with #1295C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295C6; }
p { color: rgb(18,149,198); }
H1.HeaderClassName
{
color: #1295C6;
}
.AnyTagClassName
{
color: #1295C6;
}
</style>
background-color css
<style>
a { background-color: #1295C6; }
a { background-color: rgb(18,149,198); }
div.DivClassName
{
background-color: #1295C6;
}
.BgClassName
{
background-color: #1295C6;
}
</style>
border-color css
<style>
span { border-color: #1295C6; }
span { border-color: rgb(18,149,198); }
td.TdClassName
{
border-color: #1295C6;
}
.TagClassName
{
border-color: #1295C6;
}
</style>