Html Css Color HEX #23157D Midnight Blue

📋 copy color: '#23157D'

red 35 ◦ green 21 ◦ blue 125

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

Shades of Midnight Blue #23157D

Tints of Midnight Blue #23157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 69.06%

R = 19.34%
G = 11.6%
B = 69.06%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23157D (or 0x23157D) is known color: Midnight Blue. HEX triplet: 23, 15 and 7D. RGB value is (35,21,125). Sum of RGB (Red+Green+Blue) = 35+21+125=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #23157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23157D is #DCEA82. Grayscale: #242424. Windows color (decimal): -14477955 or 8197411. OLE color: 8197411.

HSL color Cylindrical-coordinate representation of color #23157D: hue angle of 248.08º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23157D is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 21 125 -
CMYK 0.72 0.83 0 0.51
HSL 248.08º 0.71% 0.29% -
HSV(B) 248.08º 0.83% 0.49% -
XYZ 4.66 2.37 19.61 -
YUV 37.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 35 21 125 0.72 0.83 0 0.51 248.08 0.71 0.29
Hex 23 15 7D 48 53 0 33 F8 47 1D
Octal 43 25 175 110 123 0 63 370 107 35
Binary 100011 10101 1111101 1001000 1010011 0 110011 11111000 1000111 11101

Color Harmonies of #23157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23157D

Black with #23157D

Text Example


Text Example

White with #23157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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