Html Css Color HEX #231363 Midnight Blue

📋 copy color: '#231363'

red 35 ◦ green 19 ◦ blue 99

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

Shades of Midnight Blue #231363

Tints of Midnight Blue #231363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 64.71%

R = 22.88%
G = 12.42%
B = 64.71%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#231363 (or 0x231363) is known color: Midnight Blue. HEX triplet: 23, 13 and 63. RGB value is (35,19,99). Sum of RGB (Red+Green+Blue) = 35+19+99=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #231363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231363 is #DCEC9C. Grayscale: #202020. Windows color (decimal): -14478493 or 6492963. OLE color: 6492963.

HSL color Cylindrical-coordinate representation of color #231363: hue angle of 252º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231363 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 19 99 -
CMYK 0.65 0.81 0 0.61
HSL 252º 0.68% 0.23% -
HSV(B) 252º 0.81% 0.39% -
XYZ 3.18 1.72 11.97 -
YUV 32.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 35 19 99 0.65 0.81 0 0.61 252 0.68 0.23
Hex 23 13 63 41 51 0 3D FC 44 17
Octal 43 23 143 101 121 0 75 374 104 27
Binary 100011 10011 1100011 1000001 1010001 0 111101 11111100 1000100 10111

Color Harmonies of #231363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231363

Black with #231363

Text Example


Text Example

White with #231363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231363; }

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

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

background-color css

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

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

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

border-color css

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

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

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