Html Css Color HEX #121B60 Midnight Blue

📋 copy color: '#121B60'

red 18 ◦ green 27 ◦ blue 96

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

Shades of Midnight Blue #121B60

Tints of Midnight Blue #121B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.15%

 BLUE value IS 96 (37.89% from 255) = 68.09%

R = 12.77%
G = 19.15%
B = 68.09%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121B60 (or 0x121B60) is known color: Midnight Blue. HEX triplet: 12, 1B and 60. RGB value is (18,27,96). Sum of RGB (Red+Green+Blue) = 18+27+96=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #121B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B60 is #EDE49F. Grayscale: #1F1F1F. Windows color (decimal): -15590560 or 6298386. OLE color: 6298386.

HSL color Cylindrical-coordinate representation of color #121B60: hue angle of 233.08º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121B60 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 27 96 -
CMYK 0.81 0.72 0 0.62
HSL 233.08º 0.68% 0.22% -
HSV(B) 233.08º 0.81% 0.38% -
XYZ 2.75 1.76 11.26 -
YUV 32.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 18 27 96 0.81 0.72 0 0.62 233.08 0.68 0.22
Hex 12 1B 60 51 48 0 3E E9 44 16
Octal 22 33 140 121 110 0 76 351 104 26
Binary 10010 11011 1100000 1010001 1001000 0 111110 11101001 1000100 10110

Color Harmonies of #121B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B60

Black with #121B60

Text Example


Text Example

White with #121B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,27,96); }

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

background-color css

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

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

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

border-color css

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

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

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