Html Css Color HEX #120362 Midnight Blue

📋 copy color: '#120362'

red 18 ◦ green 3 ◦ blue 98

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

Shades of Midnight Blue #120362

Tints of Midnight Blue #120362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.52%

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

R = 15.13%
G = 2.52%
B = 82.35%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#120362 (or 0x120362) is known color: Midnight Blue. HEX triplet: 12, 03 and 62. RGB value is (18,3,98). Sum of RGB (Red+Green+Blue) = 18+3+98=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 98 (38.67% from 255 or 82.35% from 119); Max value from RGB is 98 - color contains mainly: blue. Hex color #120362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120362 is #EDFC9D. Grayscale: #111111. Windows color (decimal): -15596702 or 6423314. OLE color: 6423314.

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

Color convert

RGB 18 3 98 -
CMYK 0.82 0.97 0 0.62
HSL 249.47º 0.94% 0.2% -
HSV(B) 249.47º 0.97% 0.38% -
XYZ 2.49 1.08 11.63 -
YUV 18.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 18 3 98 0.82 0.97 0 0.62 249.47 0.94 0.2
Hex 12 3 62 52 61 0 3E F9 5E 14
Octal 22 3 142 122 141 0 76 371 136 24
Binary 10010 11 1100010 1010010 1100001 0 111110 11111001 1011110 10100

Color Harmonies of #120362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120362

Black with #120362

Text Example


Text Example

White with #120362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120362; }

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

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

background-color css

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

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

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

border-color css

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

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

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