Html Css Color HEX #120462 Midnight Blue

📋 copy color: '#120462'

red 18 ◦ green 4 ◦ blue 98

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

Shades of Midnight Blue #120462

Tints of Midnight Blue #120462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 81.67%

R = 15%
G = 3.33%
B = 81.67%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#120462 (or 0x120462) is known color: Midnight Blue. HEX triplet: 12, 04 and 62. RGB value is (18,4,98). Sum of RGB (Red+Green+Blue) = 18+4+98=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #120462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120462 is #EDFB9D. Grayscale: #121212. Windows color (decimal): -15596446 or 6423570. OLE color: 6423570.

HSL color Cylindrical-coordinate representation of color #120462: hue angle of 248.94º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120462 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 4 98 -
CMYK 0.82 0.96 0 0.62
HSL 248.94º 0.92% 0.2% -
HSV(B) 248.94º 0.96% 0.38% -
XYZ 2.5 1.1 11.64 -
YUV 18.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 18 4 98 0.82 0.96 0 0.62 248.94 0.92 0.2
Hex 12 4 62 52 60 0 3E F9 5C 14
Octal 22 4 142 122 140 0 76 371 134 24
Binary 10010 100 1100010 1010010 1100000 0 111110 11111001 1011100 10100

Color Harmonies of #120462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120462

Black with #120462

Text Example


Text Example

White with #120462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120462; }

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

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

background-color css

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

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

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

border-color css

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

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

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