Html Css Color HEX #121C6F Midnight Blue

📋 copy color: '#121C6F'

red 18 ◦ green 28 ◦ blue 111

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

Shades of Midnight Blue #121C6F

Tints of Midnight Blue #121C6F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.83%

 BLUE value IS 111 (43.75% from 255) = 70.7%

R = 11.46%
G = 17.83%
B = 70.7%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#121C6F (or 0x121C6F) is known color: Midnight Blue. HEX triplet: 12, 1C and 6F. RGB value is (18,28,111). Sum of RGB (Red+Green+Blue) = 18+28+111=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 111 (43.75% from 255 or 70.70% from 157); Max value from RGB is 111 - color contains mainly: blue. Hex color #121C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C6F is #EDE390. Grayscale: #222222. Windows color (decimal): -15590289 or 7281682. OLE color: 7281682.

HSL color Cylindrical-coordinate representation of color #121C6F: hue angle of 233.55º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121C6F is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 28 111 -
CMYK 0.84 0.75 0 0.56
HSL 233.55º 0.72% 0.25% -
HSV(B) 233.55º 0.84% 0.44% -
XYZ 3.53 2.11 15.26 -
YUV 34.47 171.19 116.25 -
System Red Green Blue C M Y K H S L
Decimal 18 28 111 0.84 0.75 0 0.56 233.55 0.72 0.25
Hex 12 1C 6F 54 4B 0 38 EA 48 19
Octal 22 34 157 124 113 0 70 352 110 31
Binary 10010 11100 1101111 1010100 1001011 0 111000 11101010 1001000 11001

Color Harmonies of #121C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C6F

Black with #121C6F

Text Example


Text Example

White with #121C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,28,111); }

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

background-color css

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

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

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

border-color css

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

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

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