Html Css Color HEX #130067 Midnight Blue

📋 copy color: '#130067'

red 19 ◦ green 0 ◦ blue 103

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

Shades of Midnight Blue #130067

Tints of Midnight Blue #130067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.57%
G = 0%
B = 84.43%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#130067 (or 0x130067) is known color: Midnight Blue. HEX triplet: 13, 00 and 67. RGB value is (19,0,103). Sum of RGB (Red+Green+Blue) = 19+0+103=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 103 (40.62% from 255 or 84.43% from 122); Max value from RGB is 103 - color contains mainly: blue. Hex color #130067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130067 is #ECFF98. Grayscale: #111111. Windows color (decimal): -15531929 or 6750227. OLE color: 6750227.

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

Color convert

RGB 19 0 103 -
CMYK 0.82 1 0 0.60
HSL 251.07º 1% 0.2% -
HSV(B) 251.07º 1% 0.4% -
XYZ 2.72 1.12 12.9 -
YUV 17.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 19 0 103 0.82 1 0 0.60 251.07 1 0.2
Hex 13 0 67 52 64 0 3C FB 64 14
Octal 23 0 147 122 144 0 74 373 144 24
Binary 10011 0 1100111 1010010 1100100 0 111100 11111011 1100100 10100

Color Harmonies of #130067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130067

Black with #130067

Text Example


Text Example

White with #130067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130067; }

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

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

background-color css

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

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

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

border-color css

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

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

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