#261B72

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

Shades of Midnight Blue #261B72

Tints of Midnight Blue #261B72

Color information

#261B72 (or 0x261B72) is unknown color: approx Midnight Blue. HEX triplet: 26, 1B and 72. RGB value is (38,27,114). Sum of RGB (Red+Green+Blue) = 38+27+114=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #261B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261B72 is #D9E48D. Grayscale: #272727. Windows color (decimal): -14279822 or 7478054. OLE color: 7478054.

HSL color Cylindrical-coordinate representation of color #261B72: hue angle of 247.59º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261B72 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3827114-
CMYK0.670.7600.55
HSL247.59º61.7%27.65%-
HSV(B)247.59º76.32%44.71%-
XYZ4.232.4116.16-
YUV40.21169.64126.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 27 (10.94% from 255) = 15.08%
BLUE value IS 114 (44.92% from 255) = 63.69%
R=21.23%
G=15.08%
B=63.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38271140.670.7600.55247.5961.727.65
Hex261B72434C037f83e1c
Octal46331621031140673707634
Binary1001101101111100101000011100110001101111111100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,27,114); }

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

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

 a { background-color: rgb(38,27,114); }

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

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

 span { border-color: rgb(38,27,114); }

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