#261770

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

Shades of Midnight Blue #261770

Tints of Midnight Blue #261770

Color information

#261770 (or 0x261770) is unknown color: approx Midnight Blue. HEX triplet: 26, 17 and 70. RGB value is (38,23,112). Sum of RGB (Red+Green+Blue) = 38+23+112=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #261770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261770 is #D9E88F. Grayscale: #252525. Windows color (decimal): -14280848 or 7345958. OLE color: 7345958.

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

Color convert

RGB3823112-
CMYK0.660.7900.56
HSL250.11º65.93%26.47%-
HSV(B)250.11º79.46%43.92%-
XYZ4.032.1915.54-
YUV37.63169.97128.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 23 (9.38% from 255) = 13.29%
BLUE value IS 112 (44.14% from 255) = 64.74%
R=21.97%
G=13.29%
B=64.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38231120.660.7900.56250.1165.9326.47
Hex261770424F038fa421a
Octal462716010211707037210232
Binary10011010111111000010000101001111011100011111010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261770; }

 p { color: rgb(38,23,112); }

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

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

 a { background-color: rgb(38,23,112); }

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

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

 span { border-color: rgb(38,23,112); }

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