#262875

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

Shades of Midnight Blue #262875

Tints of Midnight Blue #262875

Color information

#262875 (or 0x262875) is unknown color: approx Midnight Blue. HEX triplet: 26, 28 and 75. RGB value is (38,40,117). Sum of RGB (Red+Green+Blue) = 38+40+117=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #262875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262875 is #D9D78A. Grayscale: #2F2F2F. Windows color (decimal): -14276491 or 7677990. OLE color: 7677990.

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

Color convert

RGB3840117-
CMYK0.680.6600.54
HSL238.48º50.97%30.39%-
HSV(B)238.48º67.52%45.88%-
XYZ4.773.2117.2-
YUV48.18166.84120.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.49%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 117 (46.09% from 255) = 60%
R=19.49%
G=20.51%
B=60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38401170.680.6600.54238.4850.9730.39
Hex2628754442036ee331e
Octal46501651041020663566336
Binary10011010100011101011000100100001001101101110111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262875; }

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

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

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

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

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

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

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

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