Html Css Color HEX #120453 Midnight Blue

📋 copy color: '#120453'

red 18 ◦ green 4 ◦ blue 83

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

Shades of Midnight Blue #120453

Tints of Midnight Blue #120453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.81%

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

R = 17.14%
G = 3.81%
B = 79.05%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#120453 (or 0x120453) is known color: Midnight Blue. HEX triplet: 12, 04 and 53. RGB value is (18,4,83). Sum of RGB (Red+Green+Blue) = 18+4+83=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 83 (32.81% from 255 or 79.05% from 105); Max value from RGB is 83 - color contains mainly: blue. Hex color #120453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120453 is #EDFBAC. Grayscale: #101010. Windows color (decimal): -15596461 or 5440530. OLE color: 5440530.

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

Color convert

RGB 18 4 83 -
CMYK 0.78 0.95 0 0.67
HSL 250.63º 0.91% 0.17% -
HSV(B) 250.63º 0.95% 0.33% -
XYZ 1.85 0.84 8.25 -
YUV 17.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 18 4 83 0.78 0.95 0 0.67 250.63 0.91 0.17
Hex 12 4 53 4E 5F 0 43 FB 5B 11
Octal 22 4 123 116 137 0 103 373 133 21
Binary 10010 100 1010011 1001110 1011111 0 1000011 11111011 1011011 10001

Color Harmonies of #120453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120453

Black with #120453

Text Example


Text Example

White with #120453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120453; }

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

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

background-color css

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

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

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

border-color css

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

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

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