Html Css Color HEX #121366 Midnight Blue

📋 copy color: '#121366'

red 18 ◦ green 19 ◦ blue 102

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

Shades of Midnight Blue #121366

Tints of Midnight Blue #121366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

 BLUE value IS 102 (40.23% from 255) = 73.38%

R = 12.95%
G = 13.67%
B = 73.38%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#121366 (or 0x121366) is known color: Midnight Blue. HEX triplet: 12, 13 and 66. RGB value is (18,19,102). Sum of RGB (Red+Green+Blue) = 18+19+102=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #121366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121366 is #EDEC99. Grayscale: #1B1B1B. Windows color (decimal): -15592602 or 6689554. OLE color: 6689554.

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

Color convert

RGB 18 19 102 -
CMYK 0.82 0.81 0 0.6
HSL 239.29º 0.7% 0.24% -
HSV(B) 239.29º 0.82% 0.4% -
XYZ 2.88 1.55 12.72 -
YUV 28.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 18 19 102 0.82 0.81 0 0.6 239.29 0.7 0.24
Hex 12 13 66 52 51 0 3C EF 46 18
Octal 22 23 146 122 121 0 74 357 106 30
Binary 10010 10011 1100110 1010010 1010001 0 111100 11101111 1000110 11000

Color Harmonies of #121366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121366

Black with #121366

Text Example


Text Example

White with #121366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121366; }

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

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

background-color css

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

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

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

border-color css

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

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

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