Shades of Cerulean #02749D
Tints of Cerulean #02749D
RGB
CMYK
RGB Variations
Color information
#02749D (or 0x02749D) is known color: Cerulean. HEX triplet: 02, 74 and 9D. RGB value is (2,116,157). Sum of RGB (Red+Green+Blue) = 2+116+157=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #02749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02749D is #FD8B62. Grayscale: #565656. Windows color (decimal): -16616291 or 10318850. OLE color: 10318850.
HSL color Cylindrical-coordinate representation of color #02749D: hue angle of 195.87º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02749D is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 116 | 157 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.38 |
| HSL | 195.87º | 0.97% | 0.31% | - |
| HSV(B) | 195.87º | 0.99% | 0.62% | - |
| XYZ | 12.36 | 14.94 | 34.13 | - |
| YUV | 86.59 | 167.73 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 116 | 157 | 0.99 | 0.26 | 0 | 0.38 | 195.87 | 0.97 | 0.31 |
| Hex | 2 | 74 | 9D | 63 | 1A | 0 | 26 | C4 | 61 | 1F |
| Octal | 2 | 164 | 235 | 143 | 32 | 0 | 46 | 304 | 141 | 37 |
| Binary | 10 | 1110100 | 10011101 | 1100011 | 11010 | 0 | 100110 | 11000100 | 1100001 | 11111 |
Color Harmonies of #02749D
Complementary color
Monochromatic Colors of #02749D
Black with #02749D
Text Example
Text Example
White with #02749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02749D; }
p { color: rgb(2,116,157); }
H1.HeaderClassName
{
color: #02749D;
}
.AnyTagClassName
{
color: #02749D;
}
</style>
background-color css
<style>
a { background-color: #02749D; }
a { background-color: rgb(2,116,157); }
div.DivClassName
{
background-color: #02749D;
}
.BgClassName
{
background-color: #02749D;
}
</style>
border-color css
<style>
span { border-color: #02749D; }
span { border-color: rgb(2,116,157); }
td.TdClassName
{
border-color: #02749D;
}
.TagClassName
{
border-color: #02749D;
}
</style>