Html Css Color HEX #23248B Midnight Blue

📋 copy color: '#23248B'

red 35 ◦ green 36 ◦ blue 139

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

Shades of Midnight Blue #23248B

Tints of Midnight Blue #23248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

 BLUE value IS 139 (54.69% from 255) = 66.19%

R = 16.67%
G = 17.14%
B = 66.19%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23248B (or 0x23248B) is known color: Midnight Blue. HEX triplet: 23, 24 and 8B. RGB value is (35,36,139). Sum of RGB (Red+Green+Blue) = 35+36+139=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #23248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23248B is #DCDB74. Grayscale: #2F2F2F. Windows color (decimal): -14474101 or 9118755. OLE color: 9118755.

HSL color Cylindrical-coordinate representation of color #23248B: hue angle of 239.42º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23248B is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 36 139 -
CMYK 0.75 0.74 0 0.45
HSL 239.42º 0.6% 0.34% -
HSV(B) 239.42º 0.75% 0.55% -
XYZ 5.98 3.48 24.78 -
YUV 47.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 35 36 139 0.75 0.74 0 0.45 239.42 0.6 0.34
Hex 23 24 8B 4B 4A 0 2D EF 3C 22
Octal 43 44 213 113 112 0 55 357 74 42
Binary 100011 100100 10001011 1001011 1001010 0 101101 11101111 111100 100010

Color Harmonies of #23248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23248B

Black with #23248B

Text Example


Text Example

White with #23248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23248B; }

 p { color: rgb(35,36,139); }

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

background-color css

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

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

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

border-color css

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

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

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