Html Css Color HEX #120367 Midnight Blue

📋 copy color: '#120367'

red 18 ◦ green 3 ◦ blue 103

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

Shades of Midnight Blue #120367

Tints of Midnight Blue #120367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 83.06%

R = 14.52%
G = 2.42%
B = 83.06%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#120367 (or 0x120367) is known color: Midnight Blue. HEX triplet: 12, 03 and 67. RGB value is (18,3,103). Sum of RGB (Red+Green+Blue) = 18+3+103=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 103 (40.62% from 255 or 83.06% from 124); Max value from RGB is 103 - color contains mainly: blue. Hex color #120367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120367 is #EDFC98. Grayscale: #121212. Windows color (decimal): -15596697 or 6750994. OLE color: 6750994.

HSL color Cylindrical-coordinate representation of color #120367: hue angle of 249º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120367 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 3 103 -
CMYK 0.83 0.97 0 0.60
HSL 249º 0.94% 0.21% -
HSV(B) 249º 0.97% 0.4% -
XYZ 2.73 1.17 12.91 -
YUV 18.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 18 3 103 0.83 0.97 0 0.60 249 0.94 0.21
Hex 12 3 67 53 61 0 3C F9 5E 15
Octal 22 3 147 123 141 0 74 371 136 25
Binary 10010 11 1100111 1010011 1100001 0 111100 11111001 1011110 10101

Color Harmonies of #120367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120367

Black with #120367

Text Example


Text Example

White with #120367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120367; }

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

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

background-color css

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

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

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

border-color css

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

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

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