#261F7A

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

Shades of Midnight Blue #261F7A

Tints of Midnight Blue #261F7A

Color information

#261F7A (or 0x261F7A) is unknown color: approx Midnight Blue. HEX triplet: 26, 1F and 7A. RGB value is (38,31,122). Sum of RGB (Red+Green+Blue) = 38+31+122=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #261F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F7A is #D9E085. Grayscale: #2B2B2B. Windows color (decimal): -14278790 or 8003366. OLE color: 8003366.

HSL color Cylindrical-coordinate representation of color #261F7A: hue angle of 244.62º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #261F7A is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3831122-
CMYK0.690.7500.52
HSL244.62º59.48%30%-
HSV(B)244.62º74.59%47.84%-
XYZ4.82.818.7-
YUV43.47172.32124.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 31 (12.5% from 255) = 16.23%
BLUE value IS 122 (48.05% from 255) = 63.87%
R=19.90%
G=16.23%
B=63.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38311220.690.7500.52244.6259.4830
Hex261F7A454B034f53b1e
Octal46371721051130643657336
Binary1001101111111110101000101100101101101001111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261F7A; }

 p { color: rgb(38,31,122); }

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

<style>
 a { background-color: #261F7A; }

 a { background-color: rgb(38,31,122); }

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

<style>
 span { border-color: #261F7A; }

 span { border-color: rgb(38,31,122); }

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