Shades of Pacific Blue #0183CA
Tints of Pacific Blue #0183CA
RGB
CMYK
RGB Variations
Color information
#0183CA (or 0x0183CA) is known color: Pacific Blue. HEX triplet: 01, 83 and CA. RGB value is (1,131,202). Sum of RGB (Red+Green+Blue) = 1+131+202=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #0183CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0183CA is #FE7C35. Grayscale: #636363. Windows color (decimal): -16677942 or 13271809. OLE color: 13271809.
HSL color Cylindrical-coordinate representation of color #0183CA: hue angle of 201.19º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0183CA is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 131 | 202 | - |
| CMYK | 1.00 | 0.35 | 0 | 0.21 |
| HSL | 201.19º | 0.99% | 0.4% | - |
| HSV(B) | 201.19º | 1% | 0.79% | - |
| XYZ | 18.79 | 20.5 | 58.84 | - |
| YUV | 100.22 | 185.43 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 202 | 1.00 | 0.35 | 0 | 0.21 | 201.19 | 0.99 | 0.4 |
| Hex | 1 | 83 | CA | 64 | 23 | 0 | 15 | C9 | 63 | 28 |
| Octal | 1 | 203 | 312 | 144 | 43 | 0 | 25 | 311 | 143 | 50 |
| Binary | 1 | 10000011 | 11001010 | 1100100 | 100011 | 0 | 10101 | 11001001 | 1100011 | 101000 |
Color Harmonies of #0183CA
Complementary color
Monochromatic Colors of #0183CA
Black with #0183CA
Text Example
Text Example
White with #0183CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0183CA; }
p { color: rgb(1,131,202); }
H1.HeaderClassName
{
color: #0183CA;
}
.AnyTagClassName
{
color: #0183CA;
}
</style>
background-color css
<style>
a { background-color: #0183CA; }
a { background-color: rgb(1,131,202); }
div.DivClassName
{
background-color: #0183CA;
}
.BgClassName
{
background-color: #0183CA;
}
</style>
border-color css
<style>
span { border-color: #0183CA; }
span { border-color: rgb(1,131,202); }
td.TdClassName
{
border-color: #0183CA;
}
.TagClassName
{
border-color: #0183CA;
}
</style>