#26227F

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

Shades of Midnight Blue #26227F

Tints of Midnight Blue #26227F

Color information

#26227F (or 0x26227F) is unknown color: approx Midnight Blue. HEX triplet: 26, 22 and 7F. RGB value is (38,34,127). Sum of RGB (Red+Green+Blue) = 38+34+127=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #26227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26227F is #D9DD80. Grayscale: #2D2D2D. Windows color (decimal): -14278017 or 8331814. OLE color: 8331814.

HSL color Cylindrical-coordinate representation of color #26227F: hue angle of 242.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26227F is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3834127-
CMYK0.700.7300.50
HSL242.58º57.76%31.57%-
HSV(B)242.58º73.23%49.8%-
XYZ5.23.0920.4-
YUV45.8173.83122.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 127 (50% from 255) = 63.82%
R=19.10%
G=17.09%
B=63.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38341270.700.7300.50242.5857.7631.57
Hex26227F4649032f33a20
Octal46421771061110623637240
Binary100110100010111111110001101001001011001011110011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26227F; }

 p { color: rgb(38,34,127); }

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

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

 a { background-color: rgb(38,34,127); }

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

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

 span { border-color: rgb(38,34,127); }

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