#15268A

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

Shades of Midnight Blue #15268A

Tints of Midnight Blue #15268A

Color information

#15268A (or 0x15268A) is unknown color: approx Midnight Blue. HEX triplet: 15, 26 and 8A. RGB value is (21,38,138). Sum of RGB (Red+Green+Blue) = 21+38+138=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #15268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15268A is #EAD975. Grayscale: #2B2B2B. Windows color (decimal): -15391094 or 9053717. OLE color: 9053717.

HSL color Cylindrical-coordinate representation of color #15268A: hue angle of 231.28º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15268A is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2138138-
CMYK0.850.7200.46
HSL231.28º73.58%31.18%-
HSV(B)231.28º84.78%54.12%-
XYZ5.593.3824.4-
YUV44.32180.87111.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 138 (54.30% from 255) = 70.05%
R=10.66%
G=19.29%
B=70.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21381380.850.7200.46231.2873.5831.18
Hex15268A554802Ee74a1f
Octal254621212511005634711237
Binary101011001101000101010101011001000010111011100111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15268A; }

 p { color: rgb(21,38,138); }

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

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

 a { background-color: rgb(21,38,138); }

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

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

 span { border-color: rgb(21,38,138); }

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