Html Css Color HEX #13066E Midnight Blue

📋 copy color: '#13066E'

red 19 ◦ green 6 ◦ blue 110

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

Shades of Midnight Blue #13066E

Tints of Midnight Blue #13066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.44%

 BLUE value IS 110 (43.36% from 255) = 81.48%

R = 14.07%
G = 4.44%
B = 81.48%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13066E (or 0x13066E) is known color: Midnight Blue. HEX triplet: 13, 06 and 6E. RGB value is (19,6,110). Sum of RGB (Red+Green+Blue) = 19+6+110=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #13066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13066E is #ECF991. Grayscale: #151515. Windows color (decimal): -15530386 or 7210515. OLE color: 7210515.

HSL color Cylindrical-coordinate representation of color #13066E: hue angle of 247.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13066E is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 6 110 -
CMYK 0.83 0.95 0 0.57
HSL 247.5º 0.9% 0.23% -
HSV(B) 247.5º 0.95% 0.43% -
XYZ 3.15 1.39 14.86 -
YUV 21.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 19 6 110 0.83 0.95 0 0.57 247.5 0.9 0.23
Hex 13 6 6E 53 5F 0 39 F8 5A 17
Octal 23 6 156 123 137 0 71 370 132 27
Binary 10011 110 1101110 1010011 1011111 0 111001 11111000 1011010 10111

Color Harmonies of #13066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13066E

Black with #13066E

Text Example


Text Example

White with #13066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13066E; }

 p { color: rgb(19,6,110); }

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

background-color css

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

 a { background-color: rgb(19,6,110); }

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

border-color css

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

 span { border-color: rgb(19,6,110); }

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