Shades of Eastern Blue #009BA3
Tints of Eastern Blue #009BA3
RGB
CMYK
RGB Variations
Color information
#009BA3 (or 0x009BA3) is known color: Eastern Blue. HEX triplet: 00, 9B and A3. RGB value is (0,155,163). Sum of RGB (Red+Green+Blue) = 0+155+163=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 163 (64.06% from 255 or 51.26% from 318); Max value from RGB is 163 - color contains mainly: blue. Hex color #009BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BA3 is #FF645C. Grayscale: #6D6D6D. Windows color (decimal): -16737373 or 10722048. OLE color: 10722048.
HSL color Cylindrical-coordinate representation of color #009BA3: hue angle of 182.94º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BA3 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 0 | 155 | 163 | - |
CMYK | 1 | 0.05 | 0 | 0.36 |
HSL | 182.94º | 1% | 0.32% | - |
HSV(B) | 182.94º | 1% | 0.64% | - |
XYZ | 18.33 | 26.09 | 38.72 | - |
YUV | 109.57 | 158.15 | 49.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 155 | 163 | 1 | 0.05 | 0 | 0.36 | 182.94 | 1 | 0.32 |
Hex | 0 | 9B | A3 | 64 | 5 | 0 | 24 | B7 | 64 | 20 |
Octal | 0 | 233 | 243 | 144 | 5 | 0 | 44 | 267 | 144 | 40 |
Binary | 0 | 10011011 | 10100011 | 1100100 | 101 | 0 | 100100 | 10110111 | 1100100 | 100000 |
Color Harmonies of #009BA3
Complementary color
Monochromatic Colors of #009BA3
Black with #009BA3
Text Example
Text Example
White with #009BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BA3; }
p { color: rgb(0,155,163); }
H1.HeaderClassName
{
color: #009BA3;
}
.AnyTagClassName
{
color: #009BA3;
}
</style>
background-color css
<style>
a { background-color: #009BA3; }
a { background-color: rgb(0,155,163); }
div.DivClassName
{
background-color: #009BA3;
}
.BgClassName
{
background-color: #009BA3;
}
</style>
border-color css
<style>
span { border-color: #009BA3; }
span { border-color: rgb(0,155,163); }
td.TdClassName
{
border-color: #009BA3;
}
.TagClassName
{
border-color: #009BA3;
}
</style>