Html Css Color HEX #121262 Midnight Blue

📋 copy color: '#121262'

red 18 ◦ green 18 ◦ blue 98

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

Shades of Midnight Blue #121262

Tints of Midnight Blue #121262

RGB

 RED value IS 18 (7.42% from 255) = 13.43%

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

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

R = 13.43%
G = 13.43%
B = 73.13%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121262 (or 0x121262) is known color: Midnight Blue. HEX triplet: 12, 12 and 62. RGB value is (18,18,98). Sum of RGB (Red+Green+Blue) = 18+18+98=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #121262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121262 is #EDED9D. Grayscale: #1A1A1A. Windows color (decimal): -15592862 or 6427154. OLE color: 6427154.

HSL color Cylindrical-coordinate representation of color #121262: hue angle of 240º 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 #121262 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 18 98 -
CMYK 0.82 0.82 0 0.62
HSL 240º 0.69% 0.23% -
HSV(B) 240º 0.82% 0.38% -
XYZ 2.67 1.44 11.69 -
YUV 27.12 168 121.5 -
System Red Green Blue C M Y K H S L
Decimal 18 18 98 0.82 0.82 0 0.62 240 0.69 0.23
Hex 12 12 62 52 52 0 3E F0 45 17
Octal 22 22 142 122 122 0 76 360 105 27
Binary 10010 10010 1100010 1010010 1010010 0 111110 11110000 1000101 10111

Color Harmonies of #121262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121262

Black with #121262

Text Example


Text Example

White with #121262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121262; }

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

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

background-color css

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

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

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

border-color css

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

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

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