Shades of Nordic #093235
Tints of Nordic #093235
RGB
CMYK
RGB Variations
Color information
#093235 (or 0x093235) is known color: Nordic. HEX triplet: 09, 32 and 35. RGB value is (9,50,53). Sum of RGB (Red+Green+Blue) = 9+50+53=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #093235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093235 is #F6CDCA. Grayscale: #262626. Windows color (decimal): -16174539 or 3486217. OLE color: 3486217.
HSL color Cylindrical-coordinate representation of color #093235: hue angle of 184.09º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093235 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 50 | 53 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.79 |
| HSL | 184.09º | 0.71% | 0.12% | - |
| HSV(B) | 184.09º | 0.83% | 0.21% | - |
| XYZ | 1.9 | 2.6 | 3.77 | - |
| YUV | 38.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 53 | 0.83 | 0.06 | 0 | 0.79 | 184.09 | 0.71 | 0.12 |
| Hex | 9 | 32 | 35 | 53 | 6 | 0 | 4F | B8 | 47 | C |
| Octal | 11 | 62 | 65 | 123 | 6 | 0 | 117 | 270 | 107 | 14 |
| Binary | 1001 | 110010 | 110101 | 1010011 | 110 | 0 | 1001111 | 10111000 | 1000111 | 1100 |
Color Harmonies of #093235
Complementary color
Monochromatic Colors of #093235
Black with #093235
Text Example
Text Example
White with #093235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093235; }
p { color: rgb(9,50,53); }
H1.HeaderClassName
{
color: #093235;
}
.AnyTagClassName
{
color: #093235;
}
</style>
background-color css
<style>
a { background-color: #093235; }
a { background-color: rgb(9,50,53); }
div.DivClassName
{
background-color: #093235;
}
.BgClassName
{
background-color: #093235;
}
</style>
border-color css
<style>
span { border-color: #093235; }
span { border-color: rgb(9,50,53); }
td.TdClassName
{
border-color: #093235;
}
.TagClassName
{
border-color: #093235;
}
</style>