Html Css Color HEX #130367 Midnight Blue

📋 copy color: '#130367'

red 19 ◦ green 3 ◦ blue 103

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

Shades of Midnight Blue #130367

Tints of Midnight Blue #130367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

 BLUE value IS 103 (40.63% from 255) = 82.4%

R = 15.2%
G = 2.4%
B = 82.4%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#130367 (or 0x130367) is known color: Midnight Blue. HEX triplet: 13, 03 and 67. RGB value is (19,3,103). Sum of RGB (Red+Green+Blue) = 19+3+103=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 103 (40.62% from 255 or 82.4% from 125); Max value from RGB is 103 - color contains mainly: blue. Hex color #130367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130367 is #ECFC98. Grayscale: #121212. Windows color (decimal): -15531161 or 6750995. OLE color: 6750995.

HSL color Cylindrical-coordinate representation of color #130367: hue angle of 249.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130367 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 3 103 -
CMYK 0.82 0.97 0 0.60
HSL 249.6º 0.94% 0.21% -
HSV(B) 249.6º 0.97% 0.4% -
XYZ 2.75 1.18 12.92 -
YUV 19.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 19 3 103 0.82 0.97 0 0.60 249.6 0.94 0.21
Hex 13 3 67 52 61 0 3C FA 5E 15
Octal 23 3 147 122 141 0 74 372 136 25
Binary 10011 11 1100111 1010010 1100001 0 111100 11111010 1011110 10101

Color Harmonies of #130367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130367

Black with #130367

Text Example


Text Example

White with #130367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130367; }

 p { color: rgb(19,3,103); }

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

background-color css

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

 a { background-color: rgb(19,3,103); }

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

border-color css

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

 span { border-color: rgb(19,3,103); }

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