Html Css Color HEX #121B70 Midnight Blue

📋 copy color: '#121B70'

red 18 ◦ green 27 ◦ blue 112

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

Shades of Midnight Blue #121B70

Tints of Midnight Blue #121B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 71.34%

R = 11.46%
G = 17.2%
B = 71.34%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#121B70 (or 0x121B70) is known color: Midnight Blue. HEX triplet: 12, 1B and 70. RGB value is (18,27,112). Sum of RGB (Red+Green+Blue) = 18+27+112=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #121B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B70 is #EDE48F. Grayscale: #212121. Windows color (decimal): -15590544 or 7346962. OLE color: 7346962.

HSL color Cylindrical-coordinate representation of color #121B70: hue angle of 234.26º 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 #121B70 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 27 112 -
CMYK 0.84 0.76 0 0.56
HSL 234.26º 0.72% 0.25% -
HSV(B) 234.26º 0.84% 0.44% -
XYZ 3.57 2.08 15.54 -
YUV 34 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 18 27 112 0.84 0.76 0 0.56 234.26 0.72 0.25
Hex 12 1B 70 54 4C 0 38 EA 48 19
Octal 22 33 160 124 114 0 70 352 110 31
Binary 10010 11011 1110000 1010100 1001100 0 111000 11101010 1001000 11001

Color Harmonies of #121B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B70

Black with #121B70

Text Example


Text Example

White with #121B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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