Html Css Color HEX #231D71 Midnight Blue

📋 copy color: '#231D71'

red 35 ◦ green 29 ◦ blue 113

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

Shades of Midnight Blue #231D71

Tints of Midnight Blue #231D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 63.84%

R = 19.77%
G = 16.38%
B = 63.84%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#231D71 (or 0x231D71) is known color: Midnight Blue. HEX triplet: 23, 1D and 71. RGB value is (35,29,113). Sum of RGB (Red+Green+Blue) = 35+29+113=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #231D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D71 is #DCE28E. Grayscale: #282828. Windows color (decimal): -14475919 or 7413027. OLE color: 7413027.

HSL color Cylindrical-coordinate representation of color #231D71: hue angle of 244.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231D71 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 29 113 -
CMYK 0.69 0.74 0 0.56
HSL 244.29º 0.59% 0.28% -
HSV(B) 244.29º 0.74% 0.44% -
XYZ 4.11 2.43 15.87 -
YUV 40.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 35 29 113 0.69 0.74 0 0.56 244.29 0.59 0.28
Hex 23 1D 71 45 4A 0 38 F4 3B 1C
Octal 43 35 161 105 112 0 70 364 73 34
Binary 100011 11101 1110001 1000101 1001010 0 111000 11110100 111011 11100

Color Harmonies of #231D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D71

Black with #231D71

Text Example


Text Example

White with #231D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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