Html Css Color HEX #131268 Midnight Blue

📋 copy color: '#131268'

red 19 ◦ green 18 ◦ blue 104

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

Shades of Midnight Blue #131268

Tints of Midnight Blue #131268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 13.48%
G = 12.77%
B = 73.76%

CMYK

 C value IS 0.82

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#131268 (or 0x131268) is known color: Midnight Blue. HEX triplet: 13, 12 and 68. RGB value is (19,18,104). Sum of RGB (Red+Green+Blue) = 19+18+104=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #131268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131268 is #ECED97. Grayscale: #1B1B1B. Windows color (decimal): -15527320 or 6820371. OLE color: 6820371.

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

Color convert

RGB 19 18 104 -
CMYK 0.82 0.83 0 0.59
HSL 240.7º 0.7% 0.24% -
HSV(B) 240.7º 0.83% 0.41% -
XYZ 2.98 1.57 13.24 -
YUV 28.1 170.83 121.51 -
System Red Green Blue C M Y K H S L
Decimal 19 18 104 0.82 0.83 0 0.59 240.7 0.7 0.24
Hex 13 12 68 52 53 0 3B F1 46 18
Octal 23 22 150 122 123 0 73 361 106 30
Binary 10011 10010 1101000 1010010 1010011 0 111011 11110001 1000110 11000

Color Harmonies of #131268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131268

Black with #131268

Text Example


Text Example

White with #131268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131268; }

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

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

background-color css

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

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

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

border-color css

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

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

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