Html Css Color HEX #121B5D Midnight Blue

📋 copy color: '#121B5D'

red 18 ◦ green 27 ◦ blue 93

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

Shades of Midnight Blue #121B5D

Tints of Midnight Blue #121B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 67.39%

R = 13.04%
G = 19.57%
B = 67.39%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#121B5D (or 0x121B5D) is known color: Midnight Blue. HEX triplet: 12, 1B and 5D. RGB value is (18,27,93). Sum of RGB (Red+Green+Blue) = 18+27+93=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #121B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B5D is #EDE4A2. Grayscale: #1F1F1F. Windows color (decimal): -15590563 or 6101778. OLE color: 6101778.

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

Color convert

RGB 18 27 93 -
CMYK 0.81 0.71 0 0.64
HSL 232.8º 0.68% 0.22% -
HSV(B) 232.8º 0.81% 0.36% -
XYZ 2.62 1.7 10.55 -
YUV 31.83 162.52 118.13 -
System Red Green Blue C M Y K H S L
Decimal 18 27 93 0.81 0.71 0 0.64 232.8 0.68 0.22
Hex 12 1B 5D 51 47 0 40 E9 44 16
Octal 22 33 135 121 107 0 100 351 104 26
Binary 10010 11011 1011101 1010001 1000111 0 1000000 11101001 1000100 10110

Color Harmonies of #121B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B5D

Black with #121B5D

Text Example


Text Example

White with #121B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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