Shades of New Midnight Blue #1702B2
Tints of New Midnight Blue #1702B2
RGB
CMYK
RGB Variations
Color information
#1702B2 (or 0x1702B2) is known color: New Midnight Blue. HEX triplet: 17, 02 and B2. RGB value is (23,2,178). Sum of RGB (Red+Green+Blue) = 23+2+178=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 178 (69.92% from 255 or 87.68% from 203); Max value from RGB is 178 - color contains mainly: blue. Hex color #1702B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1702B2 is #E8FD4D. Grayscale: #1B1B1B. Windows color (decimal): -15269198 or 11665943. OLE color: 11665943.
HSL color Cylindrical-coordinate representation of color #1702B2: hue angle of 247.16º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1702B2 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 2 | 178 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.30 |
| HSL | 247.16º | 0.98% | 0.35% | - |
| HSV(B) | 247.16º | 0.99% | 0.7% | - |
| XYZ | 8.41 | 3.44 | 42.34 | - |
| YUV | 28.34 | 212.46 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 178 | 0.87 | 0.99 | 0 | 0.30 | 247.16 | 0.98 | 0.35 |
| Hex | 17 | 2 | B2 | 57 | 63 | 0 | 1E | F7 | 62 | 23 |
| Octal | 27 | 2 | 262 | 127 | 143 | 0 | 36 | 367 | 142 | 43 |
| Binary | 10111 | 10 | 10110010 | 1010111 | 1100011 | 0 | 11110 | 11110111 | 1100010 | 100011 |
Color Harmonies of #1702B2
Complementary color
Monochromatic Colors of #1702B2
Black with #1702B2
Text Example
Text Example
White with #1702B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1702B2; }
p { color: rgb(23,2,178); }
H1.HeaderClassName
{
color: #1702B2;
}
.AnyTagClassName
{
color: #1702B2;
}
</style>
background-color css
<style>
a { background-color: #1702B2; }
a { background-color: rgb(23,2,178); }
div.DivClassName
{
background-color: #1702B2;
}
.BgClassName
{
background-color: #1702B2;
}
</style>
border-color css
<style>
span { border-color: #1702B2; }
span { border-color: rgb(23,2,178); }
td.TdClassName
{
border-color: #1702B2;
}
.TagClassName
{
border-color: #1702B2;
}
</style>