Html Css Color HEX #231375 Midnight Blue

📋 copy color: '#231375'

red 35 ◦ green 19 ◦ blue 117

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

Shades of Midnight Blue #231375

Tints of Midnight Blue #231375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 20.47%
G = 11.11%
B = 68.42%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#231375 (or 0x231375) is known color: Midnight Blue. HEX triplet: 23, 13 and 75. RGB value is (35,19,117). Sum of RGB (Red+Green+Blue) = 35+19+117=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #231375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231375 is #DCEC8A. Grayscale: #222222. Windows color (decimal): -14478475 or 7672611. OLE color: 7672611.

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

Color convert

RGB 35 19 117 -
CMYK 0.70 0.84 0 0.54
HSL 249.8º 0.72% 0.27% -
HSV(B) 249.8º 0.84% 0.46% -
XYZ 4.14 2.11 17.02 -
YUV 34.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 35 19 117 0.70 0.84 0 0.54 249.8 0.72 0.27
Hex 23 13 75 46 54 0 36 FA 48 1B
Octal 43 23 165 106 124 0 66 372 110 33
Binary 100011 10011 1110101 1000110 1010100 0 110110 11111010 1001000 11011

Color Harmonies of #231375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231375

Black with #231375

Text Example


Text Example

White with #231375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231375; }

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

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

background-color css

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

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

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

border-color css

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

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

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