Shades of Nile Blue #263F4C
Tints of Nile Blue #263F4C
RGB
CMYK
RGB Variations
Color information
#263F4C (or 0x263F4C) is known color: Nile Blue. HEX triplet: 26, 3F and 4C. RGB value is (38,63,76). Sum of RGB (Red+Green+Blue) = 38+63+76=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #263F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F4C is #D9C0B3. Grayscale: #383838. Windows color (decimal): -14270644 or 4996902. OLE color: 4996902.
HSL color Cylindrical-coordinate representation of color #263F4C: hue angle of 200.53º 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 #263F4C is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 63 | 76 | - |
| CMYK | 0.5 | 0.17 | 0 | 0.70 |
| HSL | 200.53º | 0.33% | 0.22% | - |
| HSV(B) | 200.53º | 0.5% | 0.3% | - |
| XYZ | 3.88 | 4.49 | 7.5 | - |
| YUV | 57.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 76 | 0.5 | 0.17 | 0 | 0.70 | 200.53 | 0.33 | 0.22 |
| Hex | 26 | 3F | 4C | 32 | 11 | 0 | 46 | C9 | 21 | 16 |
| Octal | 46 | 77 | 114 | 62 | 21 | 0 | 106 | 311 | 41 | 26 |
| Binary | 100110 | 111111 | 1001100 | 110010 | 10001 | 0 | 1000110 | 11001001 | 100001 | 10110 |
Color Harmonies of #263F4C
Complementary color
Monochromatic Colors of #263F4C
Black with #263F4C
Text Example
Text Example
White with #263F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F4C; }
p { color: rgb(38,63,76); }
H1.HeaderClassName
{
color: #263F4C;
}
.AnyTagClassName
{
color: #263F4C;
}
</style>
background-color css
<style>
a { background-color: #263F4C; }
a { background-color: rgb(38,63,76); }
div.DivClassName
{
background-color: #263F4C;
}
.BgClassName
{
background-color: #263F4C;
}
</style>
border-color css
<style>
span { border-color: #263F4C; }
span { border-color: rgb(38,63,76); }
td.TdClassName
{
border-color: #263F4C;
}
.TagClassName
{
border-color: #263F4C;
}
</style>