Html Css Color HEX #231D76 Midnight Blue

📋 copy color: '#231D76'

red 35 ◦ green 29 ◦ blue 118

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

Shades of Midnight Blue #231D76

Tints of Midnight Blue #231D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 64.84%

R = 19.23%
G = 15.93%
B = 64.84%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#231D76 (or 0x231D76) is known color: Midnight Blue. HEX triplet: 23, 1D and 76. RGB value is (35,29,118). Sum of RGB (Red+Green+Blue) = 35+29+118=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #231D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D76 is #DCE289. Grayscale: #282828. Windows color (decimal): -14475914 or 7740707. OLE color: 7740707.

HSL color Cylindrical-coordinate representation of color #231D76: hue angle of 244.04º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231D76 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 29 118 -
CMYK 0.70 0.75 0 0.54
HSL 244.04º 0.61% 0.29% -
HSV(B) 244.04º 0.75% 0.46% -
XYZ 4.4 2.54 17.4 -
YUV 40.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 35 29 118 0.70 0.75 0 0.54 244.04 0.61 0.29
Hex 23 1D 76 46 4B 0 36 F4 3D 1D
Octal 43 35 166 106 113 0 66 364 75 35
Binary 100011 11101 1110110 1000110 1001011 0 110110 11110100 111101 11101

Color Harmonies of #231D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D76

Black with #231D76

Text Example


Text Example

White with #231D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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