#262A75

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

Shades of Midnight Blue #262A75

Tints of Midnight Blue #262A75

Color information

#262A75 (or 0x262A75) is unknown color: approx Midnight Blue. HEX triplet: 26, 2A and 75. RGB value is (38,42,117). Sum of RGB (Red+Green+Blue) = 38+42+117=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #262A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A75 is #D9D58A. Grayscale: #313131. Windows color (decimal): -14275979 or 7678502. OLE color: 7678502.

HSL color Cylindrical-coordinate representation of color #262A75: hue angle of 236.96º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262A75 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3842117-
CMYK0.680.6400.54
HSL236.96º50.97%30.39%-
HSV(B)236.96º67.52%45.88%-
XYZ4.843.3517.22-
YUV49.35166.17119.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=19.29%
G=21.32%
B=59.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38421170.680.6400.54236.9650.9730.39
Hex262A754440036ed331e
Octal46521651041000663556336
Binary10011010101011101011000100100000001101101110110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262A75; }

 p { color: rgb(38,42,117); }

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

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

 a { background-color: rgb(38,42,117); }

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

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

 span { border-color: rgb(38,42,117); }

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