#231D77

Color #231D77 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #231D77

Tints of Midnight Blue #231D77

Color information

#231D77 (or 0x231D77) is unknown color: approx Midnight Blue. HEX triplet: 23, 1D and 77. RGB value is (35,29,119). Sum of RGB (Red+Green+Blue) = 35+29+119=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #231D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D77 is #DCE288. Grayscale: #282828. Windows color (decimal): -14475913 or 7806243. OLE color: 7806243.

HSL color Cylindrical-coordinate representation of color #231D77: hue angle of 244º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #231D77 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3529119-
CMYK0.710.7600.53
HSL244º60.81%29.02%-
HSV(B)244º75.63%46.67%-
XYZ4.462.5717.71-
YUV41.05171.99123.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 29 (11.72% from 255) = 15.85%
BLUE value IS 119 (46.88% from 255) = 65.03%
R=19.13%
G=15.85%
B=65.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35291190.710.7600.5324460.8129.02
Hex231D77474C035f43d1d
Octal43351671071140653647535
Binary1000111110111101111000111100110001101011111010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231D77; }

 p { color: rgb(35,29,119); }

 H1.HeaderClassName
 {
   color: #231D77;
 }
 .AnyTagClassName
 {
   color: #231D77;
 }
</style>
background-color css

<style>
 a { background-color: #231D77; }

 a { background-color: rgb(35,29,119); }

 div.DivClassName
 {
   background-color: #231D77;
 }
 .BgClassName
 {
   background-color: #231D77;
 }
</style>
border-color css

<style>
 span { border-color: #231D77; }

 span { border-color: rgb(35,29,119); }

 td.TdClassName
 {
   border-color: #231D77;
 }
 .TagClassName
 {
   border-color: #231D77;
 }
</style>