Shades of Cerulean #09669D
Tints of Cerulean #09669D
RGB
CMYK
RGB Variations
Color information
#09669D (or 0x09669D) is known color: Cerulean. HEX triplet: 09, 66 and 9D. RGB value is (9,102,157). Sum of RGB (Red+Green+Blue) = 9+102+157=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #09669D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09669D is #F69962. Grayscale: #505050. Windows color (decimal): -16161123 or 10315273. OLE color: 10315273.
HSL color Cylindrical-coordinate representation of color #09669D: hue angle of 202.3º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09669D is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 102 | 157 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.38 |
| HSL | 202.3º | 0.89% | 0.33% | - |
| HSV(B) | 202.3º | 0.94% | 0.62% | - |
| XYZ | 10.95 | 12 | 33.64 | - |
| YUV | 80.46 | 171.19 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 157 | 0.94 | 0.35 | 0 | 0.38 | 202.3 | 0.89 | 0.33 |
| Hex | 9 | 66 | 9D | 5E | 23 | 0 | 26 | CA | 59 | 21 |
| Octal | 11 | 146 | 235 | 136 | 43 | 0 | 46 | 312 | 131 | 41 |
| Binary | 1001 | 1100110 | 10011101 | 1011110 | 100011 | 0 | 100110 | 11001010 | 1011001 | 100001 |
Color Harmonies of #09669D
Complementary color
Monochromatic Colors of #09669D
Black with #09669D
Text Example
Text Example
White with #09669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09669D; }
p { color: rgb(9,102,157); }
H1.HeaderClassName
{
color: #09669D;
}
.AnyTagClassName
{
color: #09669D;
}
</style>
background-color css
<style>
a { background-color: #09669D; }
a { background-color: rgb(9,102,157); }
div.DivClassName
{
background-color: #09669D;
}
.BgClassName
{
background-color: #09669D;
}
</style>
border-color css
<style>
span { border-color: #09669D; }
span { border-color: rgb(9,102,157); }
td.TdClassName
{
border-color: #09669D;
}
.TagClassName
{
border-color: #09669D;
}
</style>