Html Css Color HEX #231981 Midnight Blue

📋 copy color: '#231981'

red 35 ◦ green 25 ◦ blue 129

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

Shades of Midnight Blue #231981

Tints of Midnight Blue #231981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 68.25%

R = 18.52%
G = 13.23%
B = 68.25%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#231981 (or 0x231981) is known color: Midnight Blue. HEX triplet: 23, 19 and 81. RGB value is (35,25,129). Sum of RGB (Red+Green+Blue) = 35+25+129=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #231981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231981 is #DCE67E. Grayscale: #272727. Windows color (decimal): -14476927 or 8460579. OLE color: 8460579.

HSL color Cylindrical-coordinate representation of color #231981: hue angle of 245.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231981 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 25 129 -
CMYK 0.73 0.81 0 0.49
HSL 245.77º 0.68% 0.3% -
HSV(B) 245.77º 0.81% 0.51% -
XYZ 5 2.64 21.01 -
YUV 39.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 35 25 129 0.73 0.81 0 0.49 245.77 0.68 0.3
Hex 23 19 81 49 51 0 31 F6 44 1E
Octal 43 31 201 111 121 0 61 366 104 36
Binary 100011 11001 10000001 1001001 1010001 0 110001 11110110 1000100 11110

Color Harmonies of #231981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231981

Black with #231981

Text Example


Text Example

White with #231981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231981; }

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

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

background-color css

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

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

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

border-color css

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

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

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