Html Css Color HEX #13006B Midnight Blue

📋 copy color: '#13006B'

red 19 ◦ green 0 ◦ blue 107

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

Shades of Midnight Blue #13006B

Tints of Midnight Blue #13006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 84.92%

R = 15.08%
G = 0%
B = 84.92%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13006B (or 0x13006B) is known color: Midnight Blue. HEX triplet: 13, 00 and 6B. RGB value is (19,0,107). Sum of RGB (Red+Green+Blue) = 19+0+107=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 107 (42.19% from 255 or 84.92% from 126); Max value from RGB is 107 - color contains mainly: blue. Hex color #13006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13006B is #ECFF94. Grayscale: #111111. Windows color (decimal): -15531925 or 7012371. OLE color: 7012371.

HSL color Cylindrical-coordinate representation of color #13006B: hue angle of 250.65º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13006B is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 0 107 -
CMYK 0.82 1 0 0.58
HSL 250.65º 1% 0.21% -
HSV(B) 250.65º 1% 0.42% -
XYZ 2.92 1.2 13.99 -
YUV 17.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 19 0 107 0.82 1 0 0.58 250.65 1 0.21
Hex 13 0 6B 52 64 0 3A FB 64 15
Octal 23 0 153 122 144 0 72 373 144 25
Binary 10011 0 1101011 1010010 1100100 0 111010 11111011 1100100 10101

Color Harmonies of #13006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13006B

Black with #13006B

Text Example


Text Example

White with #13006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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