Html Css Color HEX #231775 Midnight Blue

📋 copy color: '#231775'

red 35 ◦ green 23 ◦ blue 117

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

Shades of Midnight Blue #231775

Tints of Midnight Blue #231775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

 BLUE value IS 117 (46.09% from 255) = 66.86%

R = 20%
G = 13.14%
B = 66.86%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#231775 (or 0x231775) is known color: Midnight Blue. HEX triplet: 23, 17 and 75. RGB value is (35,23,117). Sum of RGB (Red+Green+Blue) = 35+23+117=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #231775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231775 is #DCE88A. Grayscale: #242424. Windows color (decimal): -14477451 or 7673635. OLE color: 7673635.

HSL color Cylindrical-coordinate representation of color #231775: hue angle of 247.66º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231775 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 23 117 -
CMYK 0.70 0.80 0 0.54
HSL 247.66º 0.67% 0.27% -
HSV(B) 247.66º 0.8% 0.46% -
XYZ 4.21 2.25 17.04 -
YUV 37.3 172.98 126.36 -
System Red Green Blue C M Y K H S L
Decimal 35 23 117 0.70 0.80 0 0.54 247.66 0.67 0.27
Hex 23 17 75 46 50 0 36 F8 43 1B
Octal 43 27 165 106 120 0 66 370 103 33
Binary 100011 10111 1110101 1000110 1010000 0 110110 11111000 1000011 11011

Color Harmonies of #231775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231775

Black with #231775

Text Example


Text Example

White with #231775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231775; }

 p { color: rgb(35,23,117); }

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

background-color css

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

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

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

border-color css

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

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

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