Html Css Color HEX #231575 Midnight Blue

📋 copy color: '#231575'

red 35 ◦ green 21 ◦ blue 117

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

Shades of Midnight Blue #231575

Tints of Midnight Blue #231575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

 BLUE value IS 117 (46.09% from 255) = 67.63%

R = 20.23%
G = 12.14%
B = 67.63%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#231575 (or 0x231575) is known color: Midnight Blue. HEX triplet: 23, 15 and 75. RGB value is (35,21,117). Sum of RGB (Red+Green+Blue) = 35+21+117=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #231575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231575 is #DCEA8A. Grayscale: #232323. Windows color (decimal): -14477963 or 7673123. OLE color: 7673123.

HSL color Cylindrical-coordinate representation of color #231575: hue angle of 248.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231575 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 21 117 -
CMYK 0.70 0.82 0 0.54
HSL 248.75º 0.7% 0.27% -
HSV(B) 248.75º 0.82% 0.46% -
XYZ 4.17 2.18 17.03 -
YUV 36.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 35 21 117 0.70 0.82 0 0.54 248.75 0.7 0.27
Hex 23 15 75 46 52 0 36 F9 46 1B
Octal 43 25 165 106 122 0 66 371 106 33
Binary 100011 10101 1110101 1000110 1010010 0 110110 11111001 1000110 11011

Color Harmonies of #231575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231575

Black with #231575

Text Example


Text Example

White with #231575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231575; }

 p { color: rgb(35,21,117); }

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

background-color css

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

 a { background-color: rgb(35,21,117); }

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

border-color css

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

 span { border-color: rgb(35,21,117); }

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