Html Css Color HEX #231973 Midnight Blue

📋 copy color: '#231973'

red 35 ◦ green 25 ◦ blue 115

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

Shades of Midnight Blue #231973

Tints of Midnight Blue #231973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 65.71%

R = 20%
G = 14.29%
B = 65.71%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#231973 (or 0x231973) is known color: Midnight Blue. HEX triplet: 23, 19 and 73. RGB value is (35,25,115). Sum of RGB (Red+Green+Blue) = 35+25+115=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #231973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231973 is #DCE68C. Grayscale: #252525. Windows color (decimal): -14476941 or 7543075. OLE color: 7543075.

HSL color Cylindrical-coordinate representation of color #231973: hue angle of 246.67º 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 #231973 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 25 115 -
CMYK 0.70 0.78 0 0.55
HSL 246.67º 0.64% 0.27% -
HSV(B) 246.67º 0.78% 0.45% -
XYZ 4.14 2.29 16.44 -
YUV 38.25 171.31 125.68 -
System Red Green Blue C M Y K H S L
Decimal 35 25 115 0.70 0.78 0 0.55 246.67 0.64 0.27
Hex 23 19 73 46 4E 0 37 F7 40 1B
Octal 43 31 163 106 116 0 67 367 100 33
Binary 100011 11001 1110011 1000110 1001110 0 110111 11110111 1000000 11011

Color Harmonies of #231973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231973

Black with #231973

Text Example


Text Example

White with #231973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231973; }

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

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

background-color css

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

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

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

border-color css

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

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

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