Shades of Cerulean #0574AF
Tints of Cerulean #0574AF
RGB
CMYK
RGB Variations
Color information
#0574AF (or 0x0574AF) is known color: Cerulean. HEX triplet: 05, 74 and AF. RGB value is (5,116,175). Sum of RGB (Red+Green+Blue) = 5+116+175=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #0574AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0574AF is #FA8B50. Grayscale: #595959. Windows color (decimal): -16419665 or 11498501. OLE color: 11498501.
HSL color Cylindrical-coordinate representation of color #0574AF: hue angle of 200.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0574AF is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 116 | 175 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.31 |
| HSL | 200.82º | 0.94% | 0.35% | - |
| HSV(B) | 200.82º | 0.97% | 0.69% | - |
| XYZ | 14.05 | 15.62 | 42.83 | - |
| YUV | 89.54 | 176.23 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 175 | 0.97 | 0.34 | 0 | 0.31 | 200.82 | 0.94 | 0.35 |
| Hex | 5 | 74 | AF | 61 | 22 | 0 | 1F | C9 | 5E | 23 |
| Octal | 5 | 164 | 257 | 141 | 42 | 0 | 37 | 311 | 136 | 43 |
| Binary | 101 | 1110100 | 10101111 | 1100001 | 100010 | 0 | 11111 | 11001001 | 1011110 | 100011 |
Color Harmonies of #0574AF
Complementary color
Monochromatic Colors of #0574AF
Black with #0574AF
Text Example
Text Example
White with #0574AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0574AF; }
p { color: rgb(5,116,175); }
H1.HeaderClassName
{
color: #0574AF;
}
.AnyTagClassName
{
color: #0574AF;
}
</style>
background-color css
<style>
a { background-color: #0574AF; }
a { background-color: rgb(5,116,175); }
div.DivClassName
{
background-color: #0574AF;
}
.BgClassName
{
background-color: #0574AF;
}
</style>
border-color css
<style>
span { border-color: #0574AF; }
span { border-color: rgb(5,116,175); }
td.TdClassName
{
border-color: #0574AF;
}
.TagClassName
{
border-color: #0574AF;
}
</style>