Shades of Nile Blue #263A4C
Tints of Nile Blue #263A4C
RGB
CMYK
RGB Variations
Color information
#263A4C (or 0x263A4C) is known color: Nile Blue. HEX triplet: 26, 3A and 4C. RGB value is (38,58,76). Sum of RGB (Red+Green+Blue) = 38+58+76=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #263A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A4C is #D9C5B3. Grayscale: #353535. Windows color (decimal): -14271924 or 4995622. OLE color: 4995622.
HSL color Cylindrical-coordinate representation of color #263A4C: hue angle of 208.42º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #263A4C is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 58 | 76 | - |
| CMYK | 0.5 | 0.24 | 0 | 0.70 |
| HSL | 208.42º | 0.33% | 0.22% | - |
| HSV(B) | 208.42º | 0.5% | 0.3% | - |
| XYZ | 3.62 | 3.96 | 7.41 | - |
| YUV | 54.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 76 | 0.5 | 0.24 | 0 | 0.70 | 208.42 | 0.33 | 0.22 |
| Hex | 26 | 3A | 4C | 32 | 18 | 0 | 46 | D0 | 21 | 16 |
| Octal | 46 | 72 | 114 | 62 | 30 | 0 | 106 | 320 | 41 | 26 |
| Binary | 100110 | 111010 | 1001100 | 110010 | 11000 | 0 | 1000110 | 11010000 | 100001 | 10110 |
Color Harmonies of #263A4C
Complementary color
Monochromatic Colors of #263A4C
Black with #263A4C
Text Example
Text Example
White with #263A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A4C; }
p { color: rgb(38,58,76); }
H1.HeaderClassName
{
color: #263A4C;
}
.AnyTagClassName
{
color: #263A4C;
}
</style>
background-color css
<style>
a { background-color: #263A4C; }
a { background-color: rgb(38,58,76); }
div.DivClassName
{
background-color: #263A4C;
}
.BgClassName
{
background-color: #263A4C;
}
</style>
border-color css
<style>
span { border-color: #263A4C; }
span { border-color: rgb(38,58,76); }
td.TdClassName
{
border-color: #263A4C;
}
.TagClassName
{
border-color: #263A4C;
}
</style>