Html Css Color HEX #13026F Midnight Blue

📋 copy color: '#13026F'

red 19 ◦ green 2 ◦ blue 111

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

Shades of Midnight Blue #13026F

Tints of Midnight Blue #13026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 84.09%

R = 14.39%
G = 1.52%
B = 84.09%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#13026F (or 0x13026F) is known color: Midnight Blue. HEX triplet: 13, 02 and 6F. RGB value is (19,2,111). Sum of RGB (Red+Green+Blue) = 19+2+111=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #13026F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13026F is #ECFD90. Grayscale: #131313. Windows color (decimal): -15531409 or 7275027. OLE color: 7275027.

HSL color Cylindrical-coordinate representation of color #13026F: hue angle of 249.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13026F is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 2 111 -
CMYK 0.83 0.98 0 0.56
HSL 249.36º 0.96% 0.22% -
HSV(B) 249.36º 0.98% 0.44% -
XYZ 3.16 1.33 15.13 -
YUV 19.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 19 2 111 0.83 0.98 0 0.56 249.36 0.96 0.22
Hex 13 2 6F 53 62 0 38 F9 60 16
Octal 23 2 157 123 142 0 70 371 140 26
Binary 10011 10 1101111 1010011 1100010 0 111000 11111001 1100000 10110

Color Harmonies of #13026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13026F

Black with #13026F

Text Example


Text Example

White with #13026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13026F; }

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

 H1.HeaderClassName
 {
   color: #13026F;
 }
 .AnyTagClassName
 {
   color: #13026F;
 }
</style>

background-color css

<style>
 a { background-color: #13026F; }

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

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

border-color css

<style>
 span { border-color: #13026F; }

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

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