Shades of Cerulean Blue #134CCE
Tints of Cerulean Blue #134CCE
RGB
CMYK
RGB Variations
Color information
#134CCE (or 0x134CCE) is known color: Cerulean Blue. HEX triplet: 13, 4C and CE. RGB value is (19,76,206). Sum of RGB (Red+Green+Blue) = 19+76+206=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #134CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CCE is #ECB331. Grayscale: #494949. Windows color (decimal): -15512370 or 13519891. OLE color: 13519891.
HSL color Cylindrical-coordinate representation of color #134CCE: hue angle of 221.71º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134CCE is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 76 | 206 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.19 |
| HSL | 221.71º | 0.83% | 0.44% | - |
| HSV(B) | 221.71º | 0.91% | 0.81% | - |
| XYZ | 13.99 | 9.76 | 59.54 | - |
| YUV | 73.78 | 202.62 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 206 | 0.91 | 0.63 | 0 | 0.19 | 221.71 | 0.83 | 0.44 |
| Hex | 13 | 4C | CE | 5B | 3F | 0 | 13 | DE | 53 | 2C |
| Octal | 23 | 114 | 316 | 133 | 77 | 0 | 23 | 336 | 123 | 54 |
| Binary | 10011 | 1001100 | 11001110 | 1011011 | 111111 | 0 | 10011 | 11011110 | 1010011 | 101100 |
Color Harmonies of #134CCE
Complementary color
Monochromatic Colors of #134CCE
Black with #134CCE
Text Example
Text Example
White with #134CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CCE; }
p { color: rgb(19,76,206); }
H1.HeaderClassName
{
color: #134CCE;
}
.AnyTagClassName
{
color: #134CCE;
}
</style>
background-color css
<style>
a { background-color: #134CCE; }
a { background-color: rgb(19,76,206); }
div.DivClassName
{
background-color: #134CCE;
}
.BgClassName
{
background-color: #134CCE;
}
</style>
border-color css
<style>
span { border-color: #134CCE; }
span { border-color: rgb(19,76,206); }
td.TdClassName
{
border-color: #134CCE;
}
.TagClassName
{
border-color: #134CCE;
}
</style>