Html Css Color HEX #231972 Midnight Blue

📋 copy color: '#231972'

red 35 ◦ green 25 ◦ blue 114

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

Shades of Midnight Blue #231972

Tints of Midnight Blue #231972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 65.52%

R = 20.11%
G = 14.37%
B = 65.52%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#231972 (or 0x231972) is known color: Midnight Blue. HEX triplet: 23, 19 and 72. RGB value is (35,25,114). Sum of RGB (Red+Green+Blue) = 35+25+114=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #231972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231972 is #DCE68D. Grayscale: #252525. Windows color (decimal): -14476942 or 7477539. OLE color: 7477539.

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

Color convert

RGB 35 25 114 -
CMYK 0.69 0.78 0 0.55
HSL 246.74º 0.64% 0.27% -
HSV(B) 246.74º 0.78% 0.45% -
XYZ 4.08 2.27 16.14 -
YUV 38.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 35 25 114 0.69 0.78 0 0.55 246.74 0.64 0.27
Hex 23 19 72 45 4E 0 37 F7 40 1B
Octal 43 31 162 105 116 0 67 367 100 33
Binary 100011 11001 1110010 1000101 1001110 0 110111 11110111 1000000 11011

Color Harmonies of #231972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231972

Black with #231972

Text Example


Text Example

White with #231972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231972; }

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

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

background-color css

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

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

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

border-color css

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

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

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