Html Css Color HEX #231E7D Midnight Blue

📋 copy color: '#231E7D'

red 35 ◦ green 30 ◦ blue 125

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

Shades of Midnight Blue #231E7D

Tints of Midnight Blue #231E7D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.79%

 BLUE value IS 125 (49.22% from 255) = 65.79%

R = 18.42%
G = 15.79%
B = 65.79%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#231E7D (or 0x231E7D) is known color: Midnight Blue. HEX triplet: 23, 1E and 7D. RGB value is (35,30,125). Sum of RGB (Red+Green+Blue) = 35+30+125=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #231E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231E7D is #DCE182. Grayscale: #292929. Windows color (decimal): -14475651 or 8199715. OLE color: 8199715.

HSL color Cylindrical-coordinate representation of color #231E7D: hue angle of 243.16º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #231E7D is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 30 125 -
CMYK 0.72 0.76 0 0.51
HSL 243.16º 0.61% 0.3% -
HSV(B) 243.16º 0.76% 0.49% -
XYZ 4.86 2.77 19.68 -
YUV 42.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 35 30 125 0.72 0.76 0 0.51 243.16 0.61 0.3
Hex 23 1E 7D 48 4C 0 33 F3 3D 1E
Octal 43 36 175 110 114 0 63 363 75 36
Binary 100011 11110 1111101 1001000 1001100 0 110011 11110011 111101 11110

Color Harmonies of #231E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E7D

Black with #231E7D

Text Example


Text Example

White with #231E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231E7D; }

 p { color: rgb(35,30,125); }

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

background-color css

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

 a { background-color: rgb(35,30,125); }

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

border-color css

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

 span { border-color: rgb(35,30,125); }

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