Html Css Color HEX #13025A Midnight Blue

📋 copy color: '#13025A'

red 19 ◦ green 2 ◦ blue 90

#13025A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #13025A

Tints of Midnight Blue #13025A

RGB

 RED value IS 19 (7.81% from 255) = 17.12%

 GREEN value IS 2 (1.17% from 255) = 1.8%

 BLUE value IS 90 (35.55% from 255) = 81.08%

R = 17.12%
G = 1.8%
B = 81.08%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13025A (or 0x13025A) is known color: 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

RGB 19 2 90 -
CMYK 0.79 0.98 0 0.65
HSL 251.59º 0.96% 0.18% -
HSV(B) 251.59º 0.98% 0.35% -
XYZ 2.14 0.92 9.74 -
YUV 17.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 19 2 90 0.79 0.98 0 0.65 251.59 0.96 0.18
Hex 13 2 5A 4F 62 0 41 FC 60 12
Octal 23 2 132 117 142 0 101 374 140 22
Binary 10011 10 1011010 1001111 1100010 0 1000001 11111100 1100000 10010

Color Harmonies of #13025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13025A

Black with #13025A

Text Example


Text Example

White with #13025A

Text Example


Text Example

HTML Codes & Css Web 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>