Shades of Pacific Blue #0183CB
Tints of Pacific Blue #0183CB
RGB
CMYK
RGB Variations
Color information
#0183CB (or 0x0183CB) is known color: Pacific Blue. HEX triplet: 01, 83 and CB. RGB value is (1,131,203). Sum of RGB (Red+Green+Blue) = 1+131+203=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #0183CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0183CB is #FE7C34. Grayscale: #636363. Windows color (decimal): -16677941 or 13337345. OLE color: 13337345.
HSL color Cylindrical-coordinate representation of color #0183CB: hue angle of 201.39º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0183CB is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 131 | 203 | - |
| CMYK | 1.00 | 0.35 | 0 | 0.20 |
| HSL | 201.39º | 0.99% | 0.4% | - |
| HSV(B) | 201.39º | 1% | 0.8% | - |
| XYZ | 18.91 | 20.55 | 59.47 | - |
| YUV | 100.34 | 185.93 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 203 | 1.00 | 0.35 | 0 | 0.20 | 201.39 | 0.99 | 0.4 |
| Hex | 1 | 83 | CB | 64 | 23 | 0 | 14 | C9 | 63 | 28 |
| Octal | 1 | 203 | 313 | 144 | 43 | 0 | 24 | 311 | 143 | 50 |
| Binary | 1 | 10000011 | 11001011 | 1100100 | 100011 | 0 | 10100 | 11001001 | 1100011 | 101000 |
Color Harmonies of #0183CB
Complementary color
Monochromatic Colors of #0183CB
Black with #0183CB
Text Example
Text Example
White with #0183CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0183CB; }
p { color: rgb(1,131,203); }
H1.HeaderClassName
{
color: #0183CB;
}
.AnyTagClassName
{
color: #0183CB;
}
</style>
background-color css
<style>
a { background-color: #0183CB; }
a { background-color: rgb(1,131,203); }
div.DivClassName
{
background-color: #0183CB;
}
.BgClassName
{
background-color: #0183CB;
}
</style>
border-color css
<style>
span { border-color: #0183CB; }
span { border-color: rgb(1,131,203); }
td.TdClassName
{
border-color: #0183CB;
}
.TagClassName
{
border-color: #0183CB;
}
</style>