#231A68

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

Shades of Midnight Blue #231A68

Tints of Midnight Blue #231A68

Color information

#231A68 (or 0x231A68) is unknown color: approx Midnight Blue. HEX triplet: 23, 1A and 68. RGB value is (35,26,104). Sum of RGB (Red+Green+Blue) = 35+26+104=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #231A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A68 is #DCE597. Grayscale: #252525. Windows color (decimal): -14476696 or 6822435. OLE color: 6822435.

HSL color Cylindrical-coordinate representation of color #231A68: hue angle of 246.92º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231A68 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3526104-
CMYK0.660.7500.59
HSL246.92º60%25.49%-
HSV(B)246.92º75%40.78%-
XYZ3.562.113.31-
YUV37.58165.48126.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 104 (41.02% from 255) = 63.03%
R=21.21%
G=15.76%
B=63.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35261040.660.7500.59246.926025.49
Hex231A68424B03Bf73c19
Octal43321501021130733677431
Binary1000111101011010001000010100101101110111111011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231A68; }

 p { color: rgb(35,26,104); }

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

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

 a { background-color: rgb(35,26,104); }

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

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

 span { border-color: rgb(35,26,104); }

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