#261C71

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

Shades of Midnight Blue #261C71

Tints of Midnight Blue #261C71

Color information

#261C71 (or 0x261C71) is unknown color: approx Midnight Blue. HEX triplet: 26, 1C and 71. RGB value is (38,28,113). Sum of RGB (Red+Green+Blue) = 38+28+113=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #261C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C71 is #D9E38E. Grayscale: #282828. Windows color (decimal): -14279567 or 7412774. OLE color: 7412774.

HSL color Cylindrical-coordinate representation of color #261C71: hue angle of 247.06º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #261C71 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3828113-
CMYK0.660.7500.56
HSL247.06º60.28%27.65%-
HSV(B)247.06º75.22%44.31%-
XYZ4.22.4315.87-
YUV40.68168.81126.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 113 (44.53% from 255) = 63.13%
R=21.23%
G=15.64%
B=63.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38281130.660.7500.56247.0660.2827.65
Hex261C71424B038f73c1c
Octal46341611021130703677434
Binary1001101110011100011000010100101101110001111011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,28,113); }

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

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

 a { background-color: rgb(38,28,113); }

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

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

 span { border-color: rgb(38,28,113); }

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