Html Css Color HEX #231982 Midnight Blue

📋 copy color: '#231982'

red 35 ◦ green 25 ◦ blue 130

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

Shades of Midnight Blue #231982

Tints of Midnight Blue #231982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 68.42%

R = 18.42%
G = 13.16%
B = 68.42%

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

#231982 (or 0x231982) is known color: Midnight Blue. HEX triplet: 23, 19 and 82. RGB value is (35,25,130). Sum of RGB (Red+Green+Blue) = 35+25+130=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 130 (51.17% from 255 or 68.42% from 190); Max value from RGB is 130 - color contains mainly: blue. Hex color #231982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231982 is #DCE67D. Grayscale: #272727. Windows color (decimal): -14476926 or 8526115. OLE color: 8526115.

HSL color Cylindrical-coordinate representation of color #231982: hue angle of 245.71º 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 #231982 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 25 130 -
CMYK 0.73 0.81 0 0.49
HSL 245.71º 0.68% 0.3% -
HSV(B) 245.71º 0.81% 0.51% -
XYZ 5.07 2.66 21.37 -
YUV 39.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 35 25 130 0.73 0.81 0 0.49 245.71 0.68 0.3
Hex 23 19 82 49 51 0 31 F6 44 1E
Octal 43 31 202 111 121 0 61 366 104 36
Binary 100011 11001 10000010 1001001 1010001 0 110001 11110110 1000100 11110

Color Harmonies of #231982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231982

Black with #231982

Text Example


Text Example

White with #231982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231982; }

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

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

background-color css

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

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

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

border-color css

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

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

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