Shades of Midnight Blue #232067
Tints of Midnight Blue #232067
RGB
CMYK
RGB Variations
Color information
#232067 (or 0x232067) is known color: Midnight Blue. HEX triplet: 23, 20 and 67. RGB value is (35,32,103). Sum of RGB (Red+Green+Blue) = 35+32+103=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #232067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232067 is #DCDF98. Grayscale: #282828. Windows color (decimal): -14475161 or 6758435. OLE color: 6758435.
HSL color Cylindrical-coordinate representation of color #232067: hue angle of 242.54º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #232067 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 32 | 103 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.60 |
| HSL | 242.54º | 0.53% | 0.26% | - |
| HSV(B) | 242.54º | 0.69% | 0.4% | - |
| XYZ | 3.66 | 2.37 | 13.1 | - |
| YUV | 40.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 103 | 0.66 | 0.69 | 0 | 0.60 | 242.54 | 0.53 | 0.26 |
| Hex | 23 | 20 | 67 | 42 | 45 | 0 | 3C | F3 | 35 | 1A |
| Octal | 43 | 40 | 147 | 102 | 105 | 0 | 74 | 363 | 65 | 32 |
| Binary | 100011 | 100000 | 1100111 | 1000010 | 1000101 | 0 | 111100 | 11110011 | 110101 | 11010 |
Color Harmonies of #232067
Complementary color
Monochromatic Colors of #232067
Black with #232067
Text Example
Text Example
White with #232067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232067; }
p { color: rgb(35,32,103); }
H1.HeaderClassName
{
color: #232067;
}
.AnyTagClassName
{
color: #232067;
}
</style>
background-color css
<style>
a { background-color: #232067; }
a { background-color: rgb(35,32,103); }
div.DivClassName
{
background-color: #232067;
}
.BgClassName
{
background-color: #232067;
}
</style>
border-color css
<style>
span { border-color: #232067; }
span { border-color: rgb(35,32,103); }
td.TdClassName
{
border-color: #232067;
}
.TagClassName
{
border-color: #232067;
}
</style>