Html Css Color HEX #231971 Midnight Blue

📋 copy color: '#231971'

red 35 ◦ green 25 ◦ blue 113

#231971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #231971

Tints of Midnight Blue #231971

RGB

 RED value IS 35 (14.06% from 255) = 20.23%

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 113 (44.53% from 255) = 65.32%

R = 20.23%
G = 14.45%
B = 65.32%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#231971 (or 0x231971) is known color: Midnight Blue. HEX triplet: 23, 19 and 71. RGB value is (35,25,113). Sum of RGB (Red+Green+Blue) = 35+25+113=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #231971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231971 is #DCE68E. Grayscale: #252525. Windows color (decimal): -14476943 or 7412003. OLE color: 7412003.

HSL color Cylindrical-coordinate representation of color #231971: hue angle of 246.82º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231971 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 25 113 -
CMYK 0.69 0.78 0 0.56
HSL 246.82º 0.64% 0.27% -
HSV(B) 246.82º 0.78% 0.44% -
XYZ 4.02 2.24 15.84 -
YUV 38.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 35 25 113 0.69 0.78 0 0.56 246.82 0.64 0.27
Hex 23 19 71 45 4E 0 38 F7 40 1B
Octal 43 31 161 105 116 0 70 367 100 33
Binary 100011 11001 1110001 1000101 1001110 0 111000 11110111 1000000 11011

Color Harmonies of #231971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231971

Black with #231971

Text Example


Text Example

White with #231971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231971; }

 p { color: rgb(35,25,113); }

 H1.HeaderClassName
 {
   color: #231971;
 }
 .AnyTagClassName
 {
   color: #231971;
 }
</style>

background-color css

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

 a { background-color: rgb(35,25,113); }

 div.DivClassName
 {
   background-color: #231971;
 }
 .BgClassName
 {
   background-color: #231971;
 }
</style>

border-color css

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

 span { border-color: rgb(35,25,113); }

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