Shades of Dark Cerulean #09438A
Tints of Dark Cerulean #09438A
RGB
CMYK
RGB Variations
Color information
#09438A (or 0x09438A) is known color: Dark Cerulean. HEX triplet: 09, 43 and 8A. RGB value is (9,67,138). Sum of RGB (Red+Green+Blue) = 9+67+138=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #09438A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09438A is #F6BC75. Grayscale: #393939. Windows color (decimal): -16170102 or 9061129. OLE color: 9061129.
HSL color Cylindrical-coordinate representation of color #09438A: hue angle of 213.02º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09438A is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 67 | 138 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.46 |
| HSL | 213.02º | 0.88% | 0.29% | - |
| HSV(B) | 213.02º | 0.93% | 0.54% | - |
| XYZ | 6.71 | 5.91 | 24.83 | - |
| YUV | 57.75 | 173.28 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 138 | 0.93 | 0.51 | 0 | 0.46 | 213.02 | 0.88 | 0.29 |
| Hex | 9 | 43 | 8A | 5D | 33 | 0 | 2E | D5 | 58 | 1D |
| Octal | 11 | 103 | 212 | 135 | 63 | 0 | 56 | 325 | 130 | 35 |
| Binary | 1001 | 1000011 | 10001010 | 1011101 | 110011 | 0 | 101110 | 11010101 | 1011000 | 11101 |
Color Harmonies of #09438A
Complementary color
Monochromatic Colors of #09438A
Black with #09438A
Text Example
Text Example
White with #09438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09438A; }
p { color: rgb(9,67,138); }
H1.HeaderClassName
{
color: #09438A;
}
.AnyTagClassName
{
color: #09438A;
}
</style>
background-color css
<style>
a { background-color: #09438A; }
a { background-color: rgb(9,67,138); }
div.DivClassName
{
background-color: #09438A;
}
.BgClassName
{
background-color: #09438A;
}
</style>
border-color css
<style>
span { border-color: #09438A; }
span { border-color: rgb(9,67,138); }
td.TdClassName
{
border-color: #09438A;
}
.TagClassName
{
border-color: #09438A;
}
</style>