Shades of Cerulean Blue #134ADC
Tints of Cerulean Blue #134ADC
RGB
CMYK
RGB Variations
Color information
#134ADC (or 0x134ADC) is known color: Cerulean Blue. HEX triplet: 13, 4A and DC. RGB value is (19,74,220). Sum of RGB (Red+Green+Blue) = 19+74+220=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #134ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ADC is #ECB523. Grayscale: #494949. Windows color (decimal): -15512868 or 14436883. OLE color: 14436883.
HSL color Cylindrical-coordinate representation of color #134ADC: hue angle of 223.58º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134ADC is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 74 | 220 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.14 |
| HSL | 223.58º | 0.84% | 0.47% | - |
| HSV(B) | 223.58º | 0.91% | 0.86% | - |
| XYZ | 15.64 | 10.2 | 68.86 | - |
| YUV | 74.2 | 210.28 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 220 | 0.91 | 0.66 | 0 | 0.14 | 223.58 | 0.84 | 0.47 |
| Hex | 13 | 4A | DC | 5B | 42 | 0 | E | E0 | 54 | 2F |
| Octal | 23 | 112 | 334 | 133 | 102 | 0 | 16 | 340 | 124 | 57 |
| Binary | 10011 | 1001010 | 11011100 | 1011011 | 1000010 | 0 | 1110 | 11100000 | 1010100 | 101111 |
Color Harmonies of #134ADC
Complementary color
Monochromatic Colors of #134ADC
Black with #134ADC
Text Example
Text Example
White with #134ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134ADC; }
p { color: rgb(19,74,220); }
H1.HeaderClassName
{
color: #134ADC;
}
.AnyTagClassName
{
color: #134ADC;
}
</style>
background-color css
<style>
a { background-color: #134ADC; }
a { background-color: rgb(19,74,220); }
div.DivClassName
{
background-color: #134ADC;
}
.BgClassName
{
background-color: #134ADC;
}
</style>
border-color css
<style>
span { border-color: #134ADC; }
span { border-color: rgb(19,74,220); }
td.TdClassName
{
border-color: #134ADC;
}
.TagClassName
{
border-color: #134ADC;
}
</style>