Html Css Color HEX #121253 Midnight Blue

📋 copy color: '#121253'

red 18 ◦ green 18 ◦ blue 83

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

Shades of Midnight Blue #121253

Tints of Midnight Blue #121253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

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

R = 15.13%
G = 15.13%
B = 69.75%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#121253 (or 0x121253) is known color: Midnight Blue. HEX triplet: 12, 12 and 53. RGB value is (18,18,83). Sum of RGB (Red+Green+Blue) = 18+18+83=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #121253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121253 is #EDEDAC. Grayscale: #191919. Windows color (decimal): -15592877 or 5444114. OLE color: 5444114.

HSL color Cylindrical-coordinate representation of color #121253: hue angle of 240º 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 #121253 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 18 83 -
CMYK 0.78 0.78 0 0.67
HSL 240º 0.64% 0.2% -
HSV(B) 240º 0.78% 0.33% -
XYZ 2.03 1.19 8.31 -
YUV 25.41 160.5 122.71 -
System Red Green Blue C M Y K H S L
Decimal 18 18 83 0.78 0.78 0 0.67 240 0.64 0.2
Hex 12 12 53 4E 4E 0 43 F0 40 14
Octal 22 22 123 116 116 0 103 360 100 24
Binary 10010 10010 1010011 1001110 1001110 0 1000011 11110000 1000000 10100

Color Harmonies of #121253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121253

Black with #121253

Text Example


Text Example

White with #121253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121253; }

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

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

background-color css

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

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

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

border-color css

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

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

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