Html Css Color HEX #121453 Midnight Blue

📋 copy color: '#121453'

red 18 ◦ green 20 ◦ blue 83

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

Shades of Midnight Blue #121453

Tints of Midnight Blue #121453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.53%

 BLUE value IS 83 (32.81% from 255) = 68.6%

R = 14.88%
G = 16.53%
B = 68.6%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#121453 (or 0x121453) is known color: Midnight Blue. HEX triplet: 12, 14 and 53. RGB value is (18,20,83). Sum of RGB (Red+Green+Blue) = 18+20+83=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #121453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121453 is #EDEBAC. Grayscale: #1A1A1A. Windows color (decimal): -15592365 or 5444626. OLE color: 5444626.

HSL color Cylindrical-coordinate representation of color #121453: hue angle of 238.15º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121453 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 20 83 -
CMYK 0.78 0.76 0 0.67
HSL 238.15º 0.64% 0.2% -
HSV(B) 238.15º 0.78% 0.33% -
XYZ 2.06 1.25 8.32 -
YUV 26.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 18 20 83 0.78 0.76 0 0.67 238.15 0.64 0.2
Hex 12 14 53 4E 4C 0 43 EE 40 14
Octal 22 24 123 116 114 0 103 356 100 24
Binary 10010 10100 1010011 1001110 1001100 0 1000011 11101110 1000000 10100

Color Harmonies of #121453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121453

Black with #121453

Text Example


Text Example

White with #121453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121453; }

 p { color: rgb(18,20,83); }

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

background-color css

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

 a { background-color: rgb(18,20,83); }

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

border-color css

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

 span { border-color: rgb(18,20,83); }

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