#231266

Color #231266 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #231266

Tints of Midnight Blue #231266

Color information

#231266 (or 0x231266) is unknown color: approx Midnight Blue. HEX triplet: 23, 12 and 66. RGB value is (35,18,102). Sum of RGB (Red+Green+Blue) = 35+18+102=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #231266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231266 is #DCED99. Grayscale: #202020. Windows color (decimal): -14478746 or 6689315. OLE color: 6689315.

HSL color Cylindrical-coordinate representation of color #231266: hue angle of 252.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231266 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3518102-
CMYK0.660.8200.6
HSL252.14º70%23.53%-
HSV(B)252.14º82.35%40%-
XYZ3.311.7512.73-
YUV32.66167.13129.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 102 (40.23% from 255) = 65.81%
R=22.58%
G=11.61%
B=65.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35181020.660.8200.6252.147023.53
Hex231266425203Cfc4618
Octal432214610212207437410630
Binary10001110010110011010000101010010011110011111100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231266; }

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

 H1.HeaderClassName
 {
   color: #231266;
 }
 .AnyTagClassName
 {
   color: #231266;
 }
</style>
background-color css

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

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

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

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

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

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