Html Css Color HEX #13025B Midnight Blue

📋 copy color: '#13025B'

red 19 ◦ green 2 ◦ blue 91

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

Shades of Midnight Blue #13025B

Tints of Midnight Blue #13025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 81.25%

R = 16.96%
G = 1.79%
B = 81.25%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13025B (or 0x13025B) is known color: Midnight Blue. HEX triplet: 13, 02 and 5B. RGB value is (19,2,91). Sum of RGB (Red+Green+Blue) = 19+2+91=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 91 (35.94% from 255 or 81.25% from 112); Max value from RGB is 91 - color contains mainly: blue. Hex color #13025B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13025B is #ECFDA4. Grayscale: #101010. Windows color (decimal): -15531429 or 5964307. OLE color: 5964307.

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

Color convert

RGB 19 2 91 -
CMYK 0.79 0.98 0 0.64
HSL 251.46º 0.96% 0.18% -
HSV(B) 251.46º 0.98% 0.36% -
XYZ 2.18 0.94 9.96 -
YUV 17.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 19 2 91 0.79 0.98 0 0.64 251.46 0.96 0.18
Hex 13 2 5B 4F 62 0 40 FB 60 12
Octal 23 2 133 117 142 0 100 373 140 22
Binary 10011 10 1011011 1001111 1100010 0 1000000 11111011 1100000 10010

Color Harmonies of #13025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13025B

Black with #13025B

Text Example


Text Example

White with #13025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13025B;
 }
 .AnyTagClassName
 {
   color: #13025B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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