Html Css Color HEX #13056C Midnight Blue

📋 copy color: '#13056C'

red 19 ◦ green 5 ◦ blue 108

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

Shades of Midnight Blue #13056C

Tints of Midnight Blue #13056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.79%

 BLUE value IS 108 (42.58% from 255) = 81.82%

R = 14.39%
G = 3.79%
B = 81.82%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13056C (or 0x13056C) is known color: Midnight Blue. HEX triplet: 13, 05 and 6C. RGB value is (19,5,108). Sum of RGB (Red+Green+Blue) = 19+5+108=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 108 (42.58% from 255 or 81.82% from 132); Max value from RGB is 108 - color contains mainly: blue. Hex color #13056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13056C is #ECFA93. Grayscale: #141414. Windows color (decimal): -15530644 or 7079187. OLE color: 7079187.

HSL color Cylindrical-coordinate representation of color #13056C: hue angle of 248.16º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13056C is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 5 108 -
CMYK 0.82 0.95 0 0.58
HSL 248.16º 0.91% 0.22% -
HSV(B) 248.16º 0.95% 0.42% -
XYZ 3.03 1.33 14.28 -
YUV 20.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 19 5 108 0.82 0.95 0 0.58 248.16 0.91 0.22
Hex 13 5 6C 52 5F 0 3A F8 5B 16
Octal 23 5 154 122 137 0 72 370 133 26
Binary 10011 101 1101100 1010010 1011111 0 111010 11111000 1011011 10110

Color Harmonies of #13056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13056C

Black with #13056C

Text Example


Text Example

White with #13056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13056C; }

 p { color: rgb(19,5,108); }

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

background-color css

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

 a { background-color: rgb(19,5,108); }

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

border-color css

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

 span { border-color: rgb(19,5,108); }

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