#261875

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

Shades of Midnight Blue #261875

Tints of Midnight Blue #261875

Color information

#261875 (or 0x261875) is unknown color: approx Midnight Blue. HEX triplet: 26, 18 and 75. RGB value is (38,24,117). Sum of RGB (Red+Green+Blue) = 38+24+117=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #261875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261875 is #D9E78A. Grayscale: #262626. Windows color (decimal): -14280587 or 7673894. OLE color: 7673894.

HSL color Cylindrical-coordinate representation of color #261875: hue angle of 249.03º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261875 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3824117-
CMYK0.680.7900.54
HSL249.03º65.96%27.65%-
HSV(B)249.03º79.49%45.88%-
XYZ4.342.3517.05-
YUV38.79172.14127.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 117 (46.09% from 255) = 65.36%
R=21.23%
G=13.41%
B=65.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38241170.680.7900.54249.0365.9627.65
Hex261875444F036f9421c
Octal463016510411706637110234
Binary10011011000111010110001001001111011011011111001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261875; }

 p { color: rgb(38,24,117); }

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

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

 a { background-color: rgb(38,24,117); }

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

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

 span { border-color: rgb(38,24,117); }

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