Html Css Color HEX #131C6E Midnight Blue

📋 copy color: '#131C6E'

red 19 ◦ green 28 ◦ blue 110

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

Shades of Midnight Blue #131C6E

Tints of Midnight Blue #131C6E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.83%

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

R = 12.1%
G = 17.83%
B = 70.06%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#131C6E (or 0x131C6E) is known color: Midnight Blue. HEX triplet: 13, 1C and 6E. RGB value is (19,28,110). Sum of RGB (Red+Green+Blue) = 19+28+110=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #131C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C6E is #ECE391. Grayscale: #222222. Windows color (decimal): -15524754 or 7216147. OLE color: 7216147.

HSL color Cylindrical-coordinate representation of color #131C6E: hue angle of 234.07º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131C6E is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 28 110 -
CMYK 0.83 0.75 0 0.57
HSL 234.07º 0.71% 0.25% -
HSV(B) 234.07º 0.83% 0.43% -
XYZ 3.5 2.09 14.97 -
YUV 34.66 170.52 116.83 -
System Red Green Blue C M Y K H S L
Decimal 19 28 110 0.83 0.75 0 0.57 234.07 0.71 0.25
Hex 13 1C 6E 53 4B 0 39 EA 47 19
Octal 23 34 156 123 113 0 71 352 107 31
Binary 10011 11100 1101110 1010011 1001011 0 111001 11101010 1000111 11001

Color Harmonies of #131C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C6E

Black with #131C6E

Text Example


Text Example

White with #131C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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