#261F7B

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

Shades of Midnight Blue #261F7B

Tints of Midnight Blue #261F7B

Color information

#261F7B (or 0x261F7B) is unknown color: approx Midnight Blue. HEX triplet: 26, 1F and 7B. RGB value is (38,31,123). Sum of RGB (Red+Green+Blue) = 38+31+123=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #261F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F7B is #D9E084. Grayscale: #2B2B2B. Windows color (decimal): -14278789 or 8068902. OLE color: 8068902.

HSL color Cylindrical-coordinate representation of color #261F7B: hue angle of 244.57º degrees, saturation: 0.6, 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 #261F7B is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3831123-
CMYK0.690.7500.52
HSL244.57º59.74%30.2%-
HSV(B)244.57º74.8%48.24%-
XYZ4.862.8219.03-
YUV43.58172.82124.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 31 (12.5% from 255) = 16.15%
BLUE value IS 123 (48.44% from 255) = 64.06%
R=19.79%
G=16.15%
B=64.06%

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
Decimal38311230.690.7500.52244.5759.7430.2
Hex261F7B454B034f53c1e
Octal46371731051130643657436
Binary1001101111111110111000101100101101101001111010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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