Html Css Color HEX #231674 Midnight Blue

📋 copy color: '#231674'

red 35 ◦ green 22 ◦ blue 116

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

Shades of Midnight Blue #231674

Tints of Midnight Blue #231674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.05%

R = 20.23%
G = 12.72%
B = 67.05%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#231674 (or 0x231674) is known color: Midnight Blue. HEX triplet: 23, 16 and 74. RGB value is (35,22,116). Sum of RGB (Red+Green+Blue) = 35+22+116=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #231674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231674 is #DCE98B. Grayscale: #242424. Windows color (decimal): -14477708 or 7607843. OLE color: 7607843.

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

Color convert

RGB 35 22 116 -
CMYK 0.70 0.81 0 0.55
HSL 248.3º 0.68% 0.27% -
HSV(B) 248.3º 0.81% 0.45% -
XYZ 4.13 2.19 16.73 -
YUV 36.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 35 22 116 0.70 0.81 0 0.55 248.3 0.68 0.27
Hex 23 16 74 46 51 0 37 F8 44 1B
Octal 43 26 164 106 121 0 67 370 104 33
Binary 100011 10110 1110100 1000110 1010001 0 110111 11111000 1000100 11011

Color Harmonies of #231674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231674

Black with #231674

Text Example


Text Example

White with #231674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231674; }

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

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

background-color css

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

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

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

border-color css

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

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

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