Shades of Pacific Blue #0483CB
Tints of Pacific Blue #0483CB
RGB
CMYK
RGB Variations
Color information
#0483CB (or 0x0483CB) is known color: Pacific Blue. HEX triplet: 04, 83 and CB. RGB value is (4,131,203). Sum of RGB (Red+Green+Blue) = 4+131+203=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #0483CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0483CB is #FB7C34. Grayscale: #646464. Windows color (decimal): -16481333 or 13337348. OLE color: 13337348.
HSL color Cylindrical-coordinate representation of color #0483CB: hue angle of 201.71º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0483CB is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 131 | 203 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.20 |
| HSL | 201.71º | 0.96% | 0.41% | - |
| HSV(B) | 201.71º | 0.98% | 0.8% | - |
| XYZ | 18.95 | 20.57 | 59.47 | - |
| YUV | 101.24 | 185.42 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 203 | 0.98 | 0.35 | 0 | 0.20 | 201.71 | 0.96 | 0.41 |
| Hex | 4 | 83 | CB | 62 | 23 | 0 | 14 | CA | 60 | 29 |
| Octal | 4 | 203 | 313 | 142 | 43 | 0 | 24 | 312 | 140 | 51 |
| Binary | 100 | 10000011 | 11001011 | 1100010 | 100011 | 0 | 10100 | 11001010 | 1100000 | 101001 |
Color Harmonies of #0483CB
Complementary color
Monochromatic Colors of #0483CB
Black with #0483CB
Text Example
Text Example
White with #0483CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483CB; }
p { color: rgb(4,131,203); }
H1.HeaderClassName
{
color: #0483CB;
}
.AnyTagClassName
{
color: #0483CB;
}
</style>
background-color css
<style>
a { background-color: #0483CB; }
a { background-color: rgb(4,131,203); }
div.DivClassName
{
background-color: #0483CB;
}
.BgClassName
{
background-color: #0483CB;
}
</style>
border-color css
<style>
span { border-color: #0483CB; }
span { border-color: rgb(4,131,203); }
td.TdClassName
{
border-color: #0483CB;
}
.TagClassName
{
border-color: #0483CB;
}
</style>