Html Css Color HEX #131668 Midnight Blue

📋 copy color: '#131668'

red 19 ◦ green 22 ◦ blue 104

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

Shades of Midnight Blue #131668

Tints of Midnight Blue #131668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

 BLUE value IS 104 (41.02% from 255) = 71.72%

R = 13.1%
G = 15.17%
B = 71.72%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#131668 (or 0x131668) is known color: Midnight Blue. HEX triplet: 13, 16 and 68. RGB value is (19,22,104). Sum of RGB (Red+Green+Blue) = 19+22+104=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #131668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131668 is #ECE997. Grayscale: #1E1E1E. Windows color (decimal): -15526296 or 6821395. OLE color: 6821395.

HSL color Cylindrical-coordinate representation of color #131668: hue angle of 237.88º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131668 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 22 104 -
CMYK 0.82 0.79 0 0.59
HSL 237.88º 0.69% 0.24% -
HSV(B) 237.88º 0.82% 0.41% -
XYZ 3.05 1.71 13.27 -
YUV 30.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 19 22 104 0.82 0.79 0 0.59 237.88 0.69 0.24
Hex 13 16 68 52 4F 0 3B EE 45 18
Octal 23 26 150 122 117 0 73 356 105 30
Binary 10011 10110 1101000 1010010 1001111 0 111011 11101110 1000101 11000

Color Harmonies of #131668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131668

Black with #131668

Text Example


Text Example

White with #131668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131668; }

 p { color: rgb(19,22,104); }

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

background-color css

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

 a { background-color: rgb(19,22,104); }

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

border-color css

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

 span { border-color: rgb(19,22,104); }

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