#262A79

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

Shades of Midnight Blue #262A79

Tints of Midnight Blue #262A79

Color information

#262A79 (or 0x262A79) is unknown color: approx Midnight Blue. HEX triplet: 26, 2A and 79. RGB value is (38,42,121). Sum of RGB (Red+Green+Blue) = 38+42+121=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #262A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A79 is #D9D586. Grayscale: #313131. Windows color (decimal): -14275975 or 7940646. OLE color: 7940646.

HSL color Cylindrical-coordinate representation of color #262A79: hue angle of 237.11º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #262A79 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3842121-
CMYK0.690.6500.53
HSL237.11º52.2%31.18%-
HSV(B)237.11º68.6%47.45%-
XYZ5.083.4518.49-
YUV49.81168.17119.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 121 (47.66% from 255) = 60.20%
R=18.91%
G=20.90%
B=60.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38421210.690.6500.53237.1152.231.18
Hex262A794541035ed341f
Octal46521711051010653556437
Binary10011010101011110011000101100000101101011110110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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