Html Css Color HEX #231675 Midnight Blue

📋 copy color: '#231675'

red 35 ◦ green 22 ◦ blue 117

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

Shades of Midnight Blue #231675

Tints of Midnight Blue #231675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

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

R = 20.11%
G = 12.64%
B = 67.24%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#231675 (or 0x231675) is known color: Midnight Blue. HEX triplet: 23, 16 and 75. RGB value is (35,22,117). Sum of RGB (Red+Green+Blue) = 35+22+117=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #231675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231675 is #DCE98A. Grayscale: #242424. Windows color (decimal): -14477707 or 7673379. OLE color: 7673379.

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

Color convert

RGB 35 22 117 -
CMYK 0.70 0.81 0 0.54
HSL 248.21º 0.68% 0.27% -
HSV(B) 248.21º 0.81% 0.46% -
XYZ 4.19 2.22 17.04 -
YUV 36.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 35 22 117 0.70 0.81 0 0.54 248.21 0.68 0.27
Hex 23 16 75 46 51 0 36 F8 44 1B
Octal 43 26 165 106 121 0 66 370 104 33
Binary 100011 10110 1110101 1000110 1010001 0 110110 11111000 1000100 11011

Color Harmonies of #231675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231675

Black with #231675

Text Example


Text Example

White with #231675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231675; }

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

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

background-color css

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

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

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

border-color css

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

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

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