Html Css Color HEX #13095F Midnight Blue

📋 copy color: '#13095F'

red 19 ◦ green 9 ◦ blue 95

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

Shades of Midnight Blue #13095F

Tints of Midnight Blue #13095F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

 BLUE value IS 95 (37.5% from 255) = 77.24%

R = 15.45%
G = 7.32%
B = 77.24%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13095F (or 0x13095F) is known color: Midnight Blue. HEX triplet: 13, 09 and 5F. RGB value is (19,9,95). Sum of RGB (Red+Green+Blue) = 19+9+95=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 95 (37.5% from 255 or 77.24% from 123); Max value from RGB is 95 - color contains mainly: blue. Hex color #13095F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13095F is #ECF6A0. Grayscale: #151515. Windows color (decimal): -15529633 or 6228243. OLE color: 6228243.

HSL color Cylindrical-coordinate representation of color #13095F: hue angle of 246.98º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13095F is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 9 95 -
CMYK 0.80 0.91 0 0.63
HSL 246.98º 0.83% 0.2% -
HSV(B) 246.98º 0.91% 0.37% -
XYZ 2.43 1.16 10.92 -
YUV 21.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 19 9 95 0.80 0.91 0 0.63 246.98 0.83 0.2
Hex 13 9 5F 50 5B 0 3F F7 53 14
Octal 23 11 137 120 133 0 77 367 123 24
Binary 10011 1001 1011111 1010000 1011011 0 111111 11110111 1010011 10100

Color Harmonies of #13095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13095F

Black with #13095F

Text Example


Text Example

White with #13095F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,9,95); }

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

background-color css

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

 a { background-color: rgb(19,9,95); }

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

border-color css

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

 span { border-color: rgb(19,9,95); }

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