Html Css Color HEX #231D7D Midnight Blue

📋 copy color: '#231D7D'

red 35 ◦ green 29 ◦ blue 125

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

Shades of Midnight Blue #231D7D

Tints of Midnight Blue #231D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.34%

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

R = 18.52%
G = 15.34%
B = 66.14%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#231D7D (or 0x231D7D) is known color: Midnight Blue. HEX triplet: 23, 1D and 7D. RGB value is (35,29,125). Sum of RGB (Red+Green+Blue) = 35+29+125=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #231D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D7D is #DCE282. Grayscale: #292929. Windows color (decimal): -14475907 or 8199459. OLE color: 8199459.

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

Color convert

RGB 35 29 125 -
CMYK 0.72 0.77 0 0.51
HSL 243.75º 0.62% 0.3% -
HSV(B) 243.75º 0.77% 0.49% -
XYZ 4.83 2.72 19.67 -
YUV 41.74 174.99 123.19 -
System Red Green Blue C M Y K H S L
Decimal 35 29 125 0.72 0.77 0 0.51 243.75 0.62 0.3
Hex 23 1D 7D 48 4D 0 33 F4 3E 1E
Octal 43 35 175 110 115 0 63 364 76 36
Binary 100011 11101 1111101 1001000 1001101 0 110011 11110100 111110 11110

Color Harmonies of #231D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D7D

Black with #231D7D

Text Example


Text Example

White with #231D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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