#26237C

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

Shades of Midnight Blue #26237C

Tints of Midnight Blue #26237C

Color information

#26237C (or 0x26237C) is unknown color: approx Midnight Blue. HEX triplet: 26, 23 and 7C. RGB value is (38,35,124). Sum of RGB (Red+Green+Blue) = 38+35+124=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #26237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26237C is #D9DC83. Grayscale: #2D2D2D. Windows color (decimal): -14277764 or 8135462. OLE color: 8135462.

HSL color Cylindrical-coordinate representation of color #26237C: hue angle of 242.02º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26237C is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3835124-
CMYK0.690.7200.51
HSL242.02º55.97%31.18%-
HSV(B)242.02º71.77%48.63%-
XYZ5.043.0719.4-
YUV46.04171.99122.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 124 (48.83% from 255) = 62.94%
R=19.29%
G=17.77%
B=62.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38351240.690.7200.51242.0255.9731.18
Hex26237C4548033f2381f
Octal46431741051100633627037
Binary10011010001111111001000101100100001100111111001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26237C; }

 p { color: rgb(38,35,124); }

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

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

 a { background-color: rgb(38,35,124); }

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

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

 span { border-color: rgb(38,35,124); }

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