Html Css Color HEX #231263 Midnight Blue

📋 copy color: '#231263'

red 35 ◦ green 18 ◦ blue 99

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

Shades of Midnight Blue #231263

Tints of Midnight Blue #231263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

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

R = 23.03%
G = 11.84%
B = 65.13%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#231263 (or 0x231263) is known color: Midnight Blue. HEX triplet: 23, 12 and 63. RGB value is (35,18,99). Sum of RGB (Red+Green+Blue) = 35+18+99=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #231263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231263 is #DCED9C. Grayscale: #202020. Windows color (decimal): -14478749 or 6492707. OLE color: 6492707.

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

Color convert

RGB 35 18 99 -
CMYK 0.65 0.82 0 0.61
HSL 252.59º 0.69% 0.23% -
HSV(B) 252.59º 0.82% 0.39% -
XYZ 3.16 1.69 11.96 -
YUV 32.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 35 18 99 0.65 0.82 0 0.61 252.59 0.69 0.23
Hex 23 12 63 41 52 0 3D FD 45 17
Octal 43 22 143 101 122 0 75 375 105 27
Binary 100011 10010 1100011 1000001 1010010 0 111101 11111101 1000101 10111

Color Harmonies of #231263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231263

Black with #231263

Text Example


Text Example

White with #231263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231263; }

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

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

background-color css

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

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

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

border-color css

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

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

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