Shades of Cerulean #006B94
Tints of Cerulean #006B94
RGB
CMYK
RGB Variations
Color information
#006B94 (or 0x006B94) is known color: Cerulean. HEX triplet: 00, 6B and 94. RGB value is (0,107,148). Sum of RGB (Red+Green+Blue) = 0+107+148=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #006B94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B94 is #FF946B. Grayscale: #4F4F4F. Windows color (decimal): -16749676 or 9726720. OLE color: 9726720.
HSL color Cylindrical-coordinate representation of color #006B94: hue angle of 196.62º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B94 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 107 | 148 | - |
| CMYK | 1 | 0.28 | 0 | 0.42 |
| HSL | 196.62º | 1% | 0.29% | - |
| HSV(B) | 196.62º | 1% | 0.58% | - |
| XYZ | 10.6 | 12.65 | 29.9 | - |
| YUV | 79.68 | 166.55 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 148 | 1 | 0.28 | 0 | 0.42 | 196.62 | 1 | 0.29 |
| Hex | 0 | 6B | 94 | 64 | 1C | 0 | 2A | C5 | 64 | 1D |
| Octal | 0 | 153 | 224 | 144 | 34 | 0 | 52 | 305 | 144 | 35 |
| Binary | 0 | 1101011 | 10010100 | 1100100 | 11100 | 0 | 101010 | 11000101 | 1100100 | 11101 |
Color Harmonies of #006B94
Complementary color
Monochromatic Colors of #006B94
Black with #006B94
Text Example
Text Example
White with #006B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B94; }
p { color: rgb(0,107,148); }
H1.HeaderClassName
{
color: #006B94;
}
.AnyTagClassName
{
color: #006B94;
}
</style>
background-color css
<style>
a { background-color: #006B94; }
a { background-color: rgb(0,107,148); }
div.DivClassName
{
background-color: #006B94;
}
.BgClassName
{
background-color: #006B94;
}
</style>
border-color css
<style>
span { border-color: #006B94; }
span { border-color: rgb(0,107,148); }
td.TdClassName
{
border-color: #006B94;
}
.TagClassName
{
border-color: #006B94;
}
</style>