Html Css Color HEX #231963 Midnight Blue

📋 copy color: '#231963'

red 35 ◦ green 25 ◦ blue 99

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

Shades of Midnight Blue #231963

Tints of Midnight Blue #231963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 22.01%
G = 15.72%
B = 62.26%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#231963 (or 0x231963) is known color: Midnight Blue. HEX triplet: 23, 19 and 63. RGB value is (35,25,99). Sum of RGB (Red+Green+Blue) = 35+25+99=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #231963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231963 is #DCE69C. Grayscale: #242424. Windows color (decimal): -14476957 or 6494499. OLE color: 6494499.

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

Color convert

RGB 35 25 99 -
CMYK 0.65 0.75 0 0.61
HSL 248.11º 0.6% 0.24% -
HSV(B) 248.11º 0.75% 0.39% -
XYZ 3.29 1.95 12.01 -
YUV 36.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 35 25 99 0.65 0.75 0 0.61 248.11 0.6 0.24
Hex 23 19 63 41 4B 0 3D F8 3C 18
Octal 43 31 143 101 113 0 75 370 74 30
Binary 100011 11001 1100011 1000001 1001011 0 111101 11111000 111100 11000

Color Harmonies of #231963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231963

Black with #231963

Text Example


Text Example

White with #231963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231963; }

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

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

background-color css

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

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

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

border-color css

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

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

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