Shades of Pacific Blue #1091DA
Tints of Pacific Blue #1091DA
RGB
CMYK
RGB Variations
Color information
#1091DA (or 0x1091DA) is known color: Pacific Blue. HEX triplet: 10, 91 and DA. RGB value is (16,145,218). Sum of RGB (Red+Green+Blue) = 16+145+218=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #1091DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1091DA is #EF6E25. Grayscale: #727272. Windows color (decimal): -15691302 or 14323984. OLE color: 14323984.
HSL color Cylindrical-coordinate representation of color #1091DA: hue angle of 201.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1091DA is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 145 | 218 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.15 |
| HSL | 201.68º | 0.86% | 0.46% | - |
| HSV(B) | 201.68º | 0.93% | 0.85% | - |
| XYZ | 22.99 | 25.42 | 70.02 | - |
| YUV | 114.75 | 186.26 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 218 | 0.93 | 0.33 | 0 | 0.15 | 201.68 | 0.86 | 0.46 |
| Hex | 10 | 91 | DA | 5D | 21 | 0 | F | CA | 56 | 2E |
| Octal | 20 | 221 | 332 | 135 | 41 | 0 | 17 | 312 | 126 | 56 |
| Binary | 10000 | 10010001 | 11011010 | 1011101 | 100001 | 0 | 1111 | 11001010 | 1010110 | 101110 |
Color Harmonies of #1091DA
Complementary color
Monochromatic Colors of #1091DA
Black with #1091DA
Text Example
Text Example
White with #1091DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1091DA; }
p { color: rgb(16,145,218); }
H1.HeaderClassName
{
color: #1091DA;
}
.AnyTagClassName
{
color: #1091DA;
}
</style>
background-color css
<style>
a { background-color: #1091DA; }
a { background-color: rgb(16,145,218); }
div.DivClassName
{
background-color: #1091DA;
}
.BgClassName
{
background-color: #1091DA;
}
</style>
border-color css
<style>
span { border-color: #1091DA; }
span { border-color: rgb(16,145,218); }
td.TdClassName
{
border-color: #1091DA;
}
.TagClassName
{
border-color: #1091DA;
}
</style>