Html Css Color HEX #231376 Midnight Blue

📋 copy color: '#231376'

red 35 ◦ green 19 ◦ blue 118

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

Shades of Midnight Blue #231376

Tints of Midnight Blue #231376

RGB

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

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

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

R = 20.35%
G = 11.05%
B = 68.6%

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

#231376 (or 0x231376) is known color: Midnight Blue. HEX triplet: 23, 13 and 76. RGB value is (35,19,118). Sum of RGB (Red+Green+Blue) = 35+19+118=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #231376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231376 is #DCEC89. Grayscale: #222222. Windows color (decimal): -14478474 or 7738147. OLE color: 7738147.

HSL color Cylindrical-coordinate representation of color #231376: hue angle of 249.7º 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 #231376 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 19 118 -
CMYK 0.70 0.84 0 0.54
HSL 249.7º 0.72% 0.27% -
HSV(B) 249.7º 0.84% 0.46% -
XYZ 4.2 2.13 17.33 -
YUV 35.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 35 19 118 0.70 0.84 0 0.54 249.7 0.72 0.27
Hex 23 13 76 46 54 0 36 FA 48 1B
Octal 43 23 166 106 124 0 66 372 110 33
Binary 100011 10011 1110110 1000110 1010100 0 110110 11111010 1001000 11011

Color Harmonies of #231376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231376

Black with #231376

Text Example


Text Example

White with #231376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231376; }

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

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

background-color css

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

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

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

border-color css

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

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

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