#13025A

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

Shades of Midnight Blue #13025A

Tints of Midnight Blue #13025A

Color information

#13025A (or 0x13025A) is unknown color: approx Midnight Blue. HEX triplet: 13, 02 and 5A. RGB value is (19,2,90). Sum of RGB (Red+Green+Blue) = 19+2+90=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 90 (35.55% from 255 or 81.08% from 111); Max value from RGB is 90 - color contains mainly: blue. Hex color #13025A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13025A is #ECFDA5. Grayscale: #101010. Windows color (decimal): -15531430 or 5898771. OLE color: 5898771.

HSL color Cylindrical-coordinate representation of color #13025A: hue angle of 251.59º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13025A is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB19290-
CMYK0.790.9800.65
HSL251.59º95.65%18.04%-
HSV(B)251.59º97.78%35.29%-
XYZ2.140.929.74-
YUV17.12169.13129.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 90 (35.55% from 255) = 81.08%
R=17.12%
G=1.80%
B=81.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal192900.790.9800.65251.5995.6518.04
Hex1325A4F62041fc6012
Octal232132117142010137414022
Binary10011101011010100111111000100100000111111100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,2,90); }

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

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

 a { background-color: rgb(19,2,90); }

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

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

 span { border-color: rgb(19,2,90); }

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