Html Css Color HEX #231377 Midnight Blue

📋 copy color: '#231377'

red 35 ◦ green 19 ◦ blue 119

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

Shades of Midnight Blue #231377

Tints of Midnight Blue #231377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.98%

 BLUE value IS 119 (46.88% from 255) = 68.79%

R = 20.23%
G = 10.98%
B = 68.79%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#231377 (or 0x231377) is known color: Midnight Blue. HEX triplet: 23, 13 and 77. RGB value is (35,19,119). Sum of RGB (Red+Green+Blue) = 35+19+119=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #231377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231377 is #DCEC88. Grayscale: #222222. Windows color (decimal): -14478473 or 7803683. OLE color: 7803683.

HSL color Cylindrical-coordinate representation of color #231377: hue angle of 249.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231377 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 19 119 -
CMYK 0.71 0.84 0 0.53
HSL 249.6º 0.72% 0.27% -
HSV(B) 249.6º 0.84% 0.47% -
XYZ 4.26 2.15 17.64 -
YUV 35.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 35 19 119 0.71 0.84 0 0.53 249.6 0.72 0.27
Hex 23 13 77 47 54 0 35 FA 48 1B
Octal 43 23 167 107 124 0 65 372 110 33
Binary 100011 10011 1110111 1000111 1010100 0 110101 11111010 1001000 11011

Color Harmonies of #231377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231377

Black with #231377

Text Example


Text Example

White with #231377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231377; }

 p { color: rgb(35,19,119); }

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

background-color css

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

 a { background-color: rgb(35,19,119); }

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

border-color css

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

 span { border-color: rgb(35,19,119); }

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