Html Css Color HEX #121268 Midnight Blue

📋 copy color: '#121268'

red 18 ◦ green 18 ◦ blue 104

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

Shades of Midnight Blue #121268

Tints of Midnight Blue #121268

RGB

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

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

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

R = 12.86%
G = 12.86%
B = 74.29%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#121268 (or 0x121268) is known color: Midnight Blue. HEX triplet: 12, 12 and 68. RGB value is (18,18,104). Sum of RGB (Red+Green+Blue) = 18+18+104=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #121268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121268 is #EDED97. Grayscale: #1B1B1B. Windows color (decimal): -15592856 or 6820370. OLE color: 6820370.

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

Color convert

RGB 18 18 104 -
CMYK 0.83 0.83 0 0.59
HSL 240º 0.7% 0.24% -
HSV(B) 240º 0.83% 0.41% -
XYZ 2.96 1.56 13.24 -
YUV 27.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 18 18 104 0.83 0.83 0 0.59 240 0.7 0.24
Hex 12 12 68 53 53 0 3B F0 46 18
Octal 22 22 150 123 123 0 73 360 106 30
Binary 10010 10010 1101000 1010011 1010011 0 111011 11110000 1000110 11000

Color Harmonies of #121268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121268

Black with #121268

Text Example


Text Example

White with #121268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121268; }

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

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

background-color css

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

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

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

border-color css

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

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

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