Html Css Color HEX #231570 Midnight Blue

📋 copy color: '#231570'

red 35 ◦ green 21 ◦ blue 112

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

Shades of Midnight Blue #231570

Tints of Midnight Blue #231570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 66.67%

R = 20.83%
G = 12.5%
B = 66.67%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#231570 (or 0x231570) is known color: Midnight Blue. HEX triplet: 23, 15 and 70. RGB value is (35,21,112). Sum of RGB (Red+Green+Blue) = 35+21+112=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #231570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231570 is #DCEA8F. Grayscale: #232323. Windows color (decimal): -14477968 or 7345443. OLE color: 7345443.

HSL color Cylindrical-coordinate representation of color #231570: hue angle of 249.23º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231570 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 21 112 -
CMYK 0.69 0.81 0 0.56
HSL 249.23º 0.68% 0.26% -
HSV(B) 249.23º 0.81% 0.44% -
XYZ 3.89 2.06 15.52 -
YUV 35.56 171.14 127.6 -
System Red Green Blue C M Y K H S L
Decimal 35 21 112 0.69 0.81 0 0.56 249.23 0.68 0.26
Hex 23 15 70 45 51 0 38 F9 44 1A
Octal 43 25 160 105 121 0 70 371 104 32
Binary 100011 10101 1110000 1000101 1010001 0 111000 11111001 1000100 11010

Color Harmonies of #231570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231570

Black with #231570

Text Example


Text Example

White with #231570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231570; }

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

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

background-color css

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

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

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

border-color css

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

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

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