Html Css Color HEX #131262 Midnight Blue

📋 copy color: '#131262'

red 19 ◦ green 18 ◦ blue 98

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

Shades of Midnight Blue #131262

Tints of Midnight Blue #131262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 72.59%

R = 14.07%
G = 13.33%
B = 72.59%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131262 (or 0x131262) is known color: Midnight Blue. HEX triplet: 13, 12 and 62. RGB value is (19,18,98). Sum of RGB (Red+Green+Blue) = 19+18+98=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #131262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131262 is #ECED9D. Grayscale: #1B1B1B. Windows color (decimal): -15527326 or 6427155. OLE color: 6427155.

HSL color Cylindrical-coordinate representation of color #131262: hue angle of 240.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131262 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 18 98 -
CMYK 0.81 0.82 0 0.62
HSL 240.75º 0.69% 0.23% -
HSV(B) 240.75º 0.82% 0.38% -
XYZ 2.69 1.45 11.69 -
YUV 27.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 19 18 98 0.81 0.82 0 0.62 240.75 0.69 0.23
Hex 13 12 62 51 52 0 3E F1 45 17
Octal 23 22 142 121 122 0 76 361 105 27
Binary 10011 10010 1100010 1010001 1010010 0 111110 11110001 1000101 10111

Color Harmonies of #131262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131262

Black with #131262

Text Example


Text Example

White with #131262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131262; }

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

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

background-color css

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

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

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

border-color css

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

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

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