#13267B

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

Shades of Midnight Blue #13267B

Tints of Midnight Blue #13267B

Color information

#13267B (or 0x13267B) is unknown color: approx Midnight Blue. HEX triplet: 13, 26 and 7B. RGB value is (19,38,123). Sum of RGB (Red+Green+Blue) = 19+38+123=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #13267B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13267B is #ECD984. Grayscale: #292929. Windows color (decimal): -15522181 or 8070675. OLE color: 8070675.

HSL color Cylindrical-coordinate representation of color #13267B: hue angle of 229.04º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13267B is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1938123-
CMYK0.850.6900.52
HSL229.04º73.24%27.84%-
HSV(B)229.04º84.55%48.24%-
XYZ4.542.9519.07-
YUV42.01173.71111.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 123 (48.44% from 255) = 68.33%
R=10.56%
G=21.11%
B=68.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19381230.850.6900.52229.0473.2427.84
Hex13267B5545034e5491c
Octal234617312510506434511134
Binary10011100110111101110101011000101011010011100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13267B; }

 p { color: rgb(19,38,123); }

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

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

 a { background-color: rgb(19,38,123); }

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

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

 span { border-color: rgb(19,38,123); }

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