Html Css Color HEX #121A5C Midnight Blue

📋 copy color: '#121A5C'

red 18 ◦ green 26 ◦ blue 92

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

Shades of Midnight Blue #121A5C

Tints of Midnight Blue #121A5C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.12%

 BLUE value IS 92 (36.33% from 255) = 67.65%

R = 13.24%
G = 19.12%
B = 67.65%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#121A5C (or 0x121A5C) is known color: Midnight Blue. HEX triplet: 12, 1A and 5C. RGB value is (18,26,92). Sum of RGB (Red+Green+Blue) = 18+26+92=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #121A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A5C is #EDE5A3. Grayscale: #1E1E1E. Windows color (decimal): -15590820 or 6035986. OLE color: 6035986.

HSL color Cylindrical-coordinate representation of color #121A5C: hue angle of 233.51º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121A5C is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 26 92 -
CMYK 0.80 0.72 0 0.64
HSL 233.51º 0.67% 0.22% -
HSV(B) 233.51º 0.8% 0.36% -
XYZ 2.55 1.64 10.31 -
YUV 31.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 18 26 92 0.80 0.72 0 0.64 233.51 0.67 0.22
Hex 12 1A 5C 50 48 0 40 EA 43 16
Octal 22 32 134 120 110 0 100 352 103 26
Binary 10010 11010 1011100 1010000 1001000 0 1000000 11101010 1000011 10110

Color Harmonies of #121A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A5C

Black with #121A5C

Text Example


Text Example

White with #121A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121A5C; }

 p { color: rgb(18,26,92); }

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

background-color css

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

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

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

border-color css

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

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

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