Shades of Deep Koamaru #262A69
Tints of Deep Koamaru #262A69
RGB
CMYK
RGB Variations
Color information
#262A69 (or 0x262A69) is known color: Deep Koamaru. HEX triplet: 26, 2A and 69. RGB value is (38,42,105). Sum of RGB (Red+Green+Blue) = 38+42+105=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #262A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A69 is #D9D596. Grayscale: #2F2F2F. Windows color (decimal): -14275991 or 6892070. OLE color: 6892070.
HSL color Cylindrical-coordinate representation of color #262A69: hue angle of 236.42º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #262A69 is Cyan = 0.64, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 42 | 105 | - |
| CMYK | 0.64 | 0.6 | 0 | 0.59 |
| HSL | 236.42º | 0.47% | 0.28% | - |
| HSV(B) | 236.42º | 0.64% | 0.41% | - |
| XYZ | 4.18 | 3.09 | 13.74 | - |
| YUV | 47.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 105 | 0.64 | 0.6 | 0 | 0.59 | 236.42 | 0.47 | 0.28 |
| Hex | 26 | 2A | 69 | 40 | 3C | 0 | 3B | EC | 2F | 1C |
| Octal | 46 | 52 | 151 | 100 | 74 | 0 | 73 | 354 | 57 | 34 |
| Binary | 100110 | 101010 | 1101001 | 1000000 | 111100 | 0 | 111011 | 11101100 | 101111 | 11100 |
Color Harmonies of #262A69
Complementary color
Monochromatic Colors of #262A69
Black with #262A69
Text Example
Text Example
White with #262A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A69; }
p { color: rgb(38,42,105); }
H1.HeaderClassName
{
color: #262A69;
}
.AnyTagClassName
{
color: #262A69;
}
</style>
background-color css
<style>
a { background-color: #262A69; }
a { background-color: rgb(38,42,105); }
div.DivClassName
{
background-color: #262A69;
}
.BgClassName
{
background-color: #262A69;
}
</style>
border-color css
<style>
span { border-color: #262A69; }
span { border-color: rgb(38,42,105); }
td.TdClassName
{
border-color: #262A69;
}
.TagClassName
{
border-color: #262A69;
}
</style>