Shades of Cerulean Blue #134ADF
Tints of Cerulean Blue #134ADF
RGB
CMYK
RGB Variations
Color information
#134ADF (or 0x134ADF) is known color: Cerulean Blue. HEX triplet: 13, 4A and DF. RGB value is (19,74,223). Sum of RGB (Red+Green+Blue) = 19+74+223=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #134ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ADF is #ECB520. Grayscale: #494949. Windows color (decimal): -15512865 or 14633491. OLE color: 14633491.
HSL color Cylindrical-coordinate representation of color #134ADF: hue angle of 223.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134ADF is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 74 | 223 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.13 |
| HSL | 223.82º | 0.84% | 0.47% | - |
| HSV(B) | 223.82º | 0.91% | 0.87% | - |
| XYZ | 16.04 | 10.36 | 70.97 | - |
| YUV | 74.54 | 211.78 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 223 | 0.91 | 0.67 | 0 | 0.13 | 223.82 | 0.84 | 0.47 |
| Hex | 13 | 4A | DF | 5B | 43 | 0 | D | E0 | 54 | 2F |
| Octal | 23 | 112 | 337 | 133 | 103 | 0 | 15 | 340 | 124 | 57 |
| Binary | 10011 | 1001010 | 11011111 | 1011011 | 1000011 | 0 | 1101 | 11100000 | 1010100 | 101111 |
Color Harmonies of #134ADF
Complementary color
Monochromatic Colors of #134ADF
Black with #134ADF
Text Example
Text Example
White with #134ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134ADF; }
p { color: rgb(19,74,223); }
H1.HeaderClassName
{
color: #134ADF;
}
.AnyTagClassName
{
color: #134ADF;
}
</style>
background-color css
<style>
a { background-color: #134ADF; }
a { background-color: rgb(19,74,223); }
div.DivClassName
{
background-color: #134ADF;
}
.BgClassName
{
background-color: #134ADF;
}
</style>
border-color css
<style>
span { border-color: #134ADF; }
span { border-color: rgb(19,74,223); }
td.TdClassName
{
border-color: #134ADF;
}
.TagClassName
{
border-color: #134ADF;
}
</style>