#231265

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

Shades of Midnight Blue #231265

Tints of Midnight Blue #231265

Color information

#231265 (or 0x231265) is unknown color: approx Midnight Blue. HEX triplet: 23, 12 and 65. RGB value is (35,18,101). Sum of RGB (Red+Green+Blue) = 35+18+101=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #231265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231265 is #DCED9A. Grayscale: #202020. Windows color (decimal): -14478747 or 6623779. OLE color: 6623779.

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

Color convert

RGB3518101-
CMYK0.650.8200.60
HSL252.29º69.75%23.33%-
HSV(B)252.29º82.18%39.61%-
XYZ3.261.7312.47-
YUV32.54166.63129.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.73%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 101 (39.84% from 255) = 65.58%
R=22.73%
G=11.69%
B=65.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35181010.650.8200.60252.2969.7523.33
Hex231265415203Cfc4617
Octal432214510112207437410627
Binary10001110010110010110000011010010011110011111100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231265; }

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

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

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

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

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

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

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

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