Html Css Color HEX #23237D Midnight Blue

📋 copy color: '#23237D'

red 35 ◦ green 35 ◦ blue 125

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

Shades of Midnight Blue #23237D

Tints of Midnight Blue #23237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

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

R = 17.95%
G = 17.95%
B = 64.1%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23237D (or 0x23237D) is known color: Midnight Blue. HEX triplet: 23, 23 and 7D. RGB value is (35,35,125). Sum of RGB (Red+Green+Blue) = 35+35+125=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #23237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23237D is #DCDC82. Grayscale: #2C2C2C. Windows color (decimal): -14474371 or 8200995. OLE color: 8200995.

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

Color convert

RGB 35 35 125 -
CMYK 0.72 0.72 0 0.51
HSL 240º 0.56% 0.31% -
HSV(B) 240º 0.72% 0.49% -
XYZ 5 3.04 19.73 -
YUV 45.26 173 120.68 -
System Red Green Blue C M Y K H S L
Decimal 35 35 125 0.72 0.72 0 0.51 240 0.56 0.31
Hex 23 23 7D 48 48 0 33 F0 38 1F
Octal 43 43 175 110 110 0 63 360 70 37
Binary 100011 100011 1111101 1001000 1001000 0 110011 11110000 111000 11111

Color Harmonies of #23237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23237D

Black with #23237D

Text Example


Text Example

White with #23237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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